mirror of
https://github.com/rust-unofficial/awesome-rust.git
synced 2025-03-10 17:19:28 -04:00
Update Ubuntu versions for CI
This commit is contained in:
parent
8cb7eeb072
commit
661887a150
3 changed files with 5 additions and 5 deletions
2
.github/workflows/approve.yml
vendored
2
.github/workflows/approve.yml
vendored
|
@ -6,7 +6,7 @@ on:
|
|||
jobs:
|
||||
automatic-approve:
|
||||
name: Automatic Approve
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-24.04
|
||||
steps:
|
||||
- name: Automatic Approve
|
||||
uses: mheap/automatic-approve-action@v1.1.0
|
||||
|
|
6
.github/workflows/lint.yml
vendored
6
.github/workflows/lint.yml
vendored
|
@ -10,7 +10,7 @@ on:
|
|||
|
||||
jobs:
|
||||
lint-md:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-24.04
|
||||
name: Lint Markdown content
|
||||
steps:
|
||||
- name: Checkout the repository
|
||||
|
@ -21,7 +21,7 @@ jobs:
|
|||
config: ./.markdownlint.json
|
||||
args: ./README.md
|
||||
lint-editorconfig:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-24.04
|
||||
name: Lint for editorconfig violations
|
||||
steps:
|
||||
- name: Checkout the repository
|
||||
|
@ -30,7 +30,7 @@ jobs:
|
|||
uses: editorconfig-checker/action-editorconfig-checker@v2
|
||||
|
||||
lint-markdown-toc:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-24.04
|
||||
name: Lint for Table of Contents
|
||||
steps:
|
||||
- name: Checkout the repository
|
||||
|
|
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
|
@ -12,7 +12,7 @@ env:
|
|||
CARGO_TERM_COLOR: always
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-24.04
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: dtolnay/rust-toolchain@master
|
||||
|
|
Loading…
Add table
Reference in a new issue