Skip to content

Commit

Permalink
ci: Use ubuntu-latest consistenly
Browse files Browse the repository at this point in the history
It was supposed to be deprecated but that decision was reverted? weird
  • Loading branch information
bilelmoussaoui committed Jan 22, 2024
1 parent 963feae commit ff7ceaa
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ name: CI
jobs:
check:
name: Build
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
container:
image: ghcr.io/gtk-rs/gtk4-rs/gtk4:latest
strategy:
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:

examples:
name: examples
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
container:
image: ghcr.io/gtk-rs/gtk4-rs/gtk4:latest
steps:
Expand All @@ -101,7 +101,7 @@ jobs:

fmt:
name: rustfmt
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions-rs/toolchain@v1
Expand Down Expand Up @@ -159,7 +159,7 @@ jobs:

checker:
name: gtk-rs checker
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
strategy:
matrix:
crate:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/book-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
deploy:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
name: build
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/book-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
check:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
name: build
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ on:

jobs:
build-deploy:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
name: build
container:
image: ghcr.io/gtk-rs/gtk4-rs/gtk4:latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/listings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:

jobs:
test:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
name: listings build
container:
image: ghcr.io/gtk-rs/gtk4-rs/gtk4:latest
Expand Down

0 comments on commit ff7ceaa

Please sign in to comment.