Skip to content

Commit

Permalink
Bump CI image versions
Browse files Browse the repository at this point in the history
  • Loading branch information
YaLTeR committed Nov 20, 2024
1 parent 0a83317 commit 847159a
Showing 1 changed file with 10 additions and 14 deletions.
24 changes: 10 additions & 14 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ jobs:
release-flag: '--release'

name: test - ${{ matrix.configuration }}
runs-on: ubuntu-22.04
container: ubuntu:23.10
runs-on: ubuntu-24.04

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -74,8 +73,7 @@ jobs:
fail-fast: false

name: visual tests
runs-on: ubuntu-22.04
container: ubuntu:23.10
runs-on: ubuntu-24.04

steps:
- uses: actions/checkout@v4
Expand All @@ -99,8 +97,7 @@ jobs:
fail-fast: false

name: 'msrv - 1.77.0'
runs-on: ubuntu-22.04
container: ubuntu:23.10
runs-on: ubuntu-24.04

steps:
- uses: actions/checkout@v4
Expand All @@ -123,8 +120,7 @@ jobs:
fail-fast: false

name: clippy
runs-on: ubuntu-22.04
container: ubuntu:23.10
runs-on: ubuntu-24.04

steps:
- uses: actions/checkout@v4
Expand All @@ -146,7 +142,7 @@ jobs:
run: cargo clippy --all --all-targets

rustfmt:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04

steps:
- uses: actions/checkout@v4
Expand All @@ -161,8 +157,8 @@ jobs:
run: cargo fmt --all -- --check

fedora:
runs-on: ubuntu-22.04
container: fedora:39
runs-on: ubuntu-24.04
container: fedora:41

steps:
- uses: actions/checkout@v4
Expand All @@ -178,7 +174,7 @@ jobs:
- run: cargo build --all

nix:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
with:
Expand All @@ -200,7 +196,7 @@ jobs:
needs: build
permissions:
contents: write
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
with:
Expand All @@ -212,7 +208,7 @@ jobs:
needs: build
permissions:
contents: write
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 847159a

Please sign in to comment.