Skip to content

Commit

Permalink
Pin CI to ubuntu-22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
alexforster committed Mar 14, 2024
1 parent b501671 commit 8a42b71
Showing 1 changed file with 4 additions and 4 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 @@ jobs:
os-target: powerpc64le-linux-gnu
os-arch: ppc64el
args: ''
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
env:
CARGO_BUILD_TARGET: ${{ matrix.rust-target }}
CARGO_TERM_VERBOSE: 'true'
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
test-musl:
# dynamically linked musl libc
name: Test on Alpine Linux x86_64 (${{ matrix.args }})
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
strategy:
matrix:
include:
Expand Down Expand Up @@ -123,7 +123,7 @@ jobs:
# check that libbpf-rs, one of the main consumers of the library, works with
# this version of libbpf-sys
name: Test libbpf-rs integration
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
env:
CARGO_TERM_VERBOSE: 'true'
steps:
Expand Down Expand Up @@ -163,7 +163,7 @@ jobs:
- test-gnu
- test-musl
- test-libbpf-rs
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Checkout repository
uses: actions/checkout@v3
Expand Down

0 comments on commit 8a42b71

Please sign in to comment.