Skip to content

Commit

Permalink
Update all CI jobs using ubuntu to 24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
autarch committed Feb 15, 2025
1 parent bcd7f47 commit 909d816
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/audit-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
security_audit:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: actions-rust-lang/audit@v1
2 changes: 1 addition & 1 deletion .github/workflows/audit-on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
security_audit:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: actions-rust-lang/audit@v1
26 changes: 13 additions & 13 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,48 +21,48 @@ jobs:
matrix:
platform:
- os-name: FreeBSD-x86_64
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
target: x86_64-unknown-freebsd
name: omegasort-FreeBSD-x86_64.tar.gz
skip-tests: true
- os-name: Linux-x86_64
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
target: x86_64-unknown-linux-musl
name: omegasort-Linux-x86_64-musl.tar.gz
- os-name: Linux-aarch64
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
target: aarch64-unknown-linux-musl
name: omegasort-Linux-aarch64-musl.tar.gz
- os-name: Linux-arm
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
target: arm-unknown-linux-musleabi
name: omegasort-Linux-arm-musl.tar.gz
- os-name: Linux-i686
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
target: i686-unknown-linux-musl
name: omegasort-Linux-i686-musl.tar.gz
- os-name: Linux-powerpc
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
target: powerpc-unknown-linux-gnu
name: omegasort-Linux-powerpc-gnu.tar.gz
- os-name: Linux-powerpc64
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
target: powerpc64-unknown-linux-gnu
name: omegasort-Linux-powerpc64-gnu.tar.gz
- os-name: Linux-powerpc64le
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
target: powerpc64le-unknown-linux-gnu
name: omegasort-Linux-powerpc64le.tar.gz
- os-name: Linux-riscv64
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
target: riscv64gc-unknown-linux-gnu
name: omegasort-Linux-riscv64gc-gnu.tar.gz
- os-name: Linux-s390x
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
target: s390x-unknown-linux-gnu
name: omegasort-Linux-s390x-gnu.tar.gz
- os-name: NetBSD-x86_64
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
target: x86_64-unknown-netbsd
name: omegasort-NetBSD-x86_64.tar.gz
skip-tests: true
Expand Down Expand Up @@ -92,12 +92,12 @@ jobs:
include:
- platform:
os-name: Linux-x86_64
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
target: x86_64-unknown-linux-musl
toolchain: beta
- platform:
os-name: Linux-x86_64
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
target: x86_64-unknown-linux-musl
toolchain: nightly
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ env:
jobs:
lint:
name: Check that code is lint clean using precious
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- name: Cache cargo & target directories
Expand Down

0 comments on commit 909d816

Please sign in to comment.