Skip to content

Commit

Permalink
Merge pull request #2357 from alex/fix-ci
Browse files Browse the repository at this point in the history
Attempt to fix CI by pinning to the Ubuntu 22.04 image
  • Loading branch information
sfackler authored Jan 31, 2025
2 parents b5fb360 + b38052a commit 4f11354
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ jobs:
name: libressl
version: 4.0.0
name: ${{ matrix.target }}-${{ matrix.library.name }}-${{ matrix.library.version }}-${{ matrix.bindgen }}
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
env:
OPENSSL_DIR: /opt/openssl
CARGO_TARGET_ARM_UNKNOWN_LINUX_GNUEABIHF_LINKER: arm-linux-gnueabihf-gcc
Expand Down Expand Up @@ -248,7 +248,7 @@ jobs:
- uses: actions/cache@v4
with:
path: /opt/openssl
key: openssl-${{ matrix.target }}-${{ matrix.library.name }}-${{ matrix.library.version }}-6
key: openssl-${{ matrix.target }}-${{ matrix.library.name }}-${{ matrix.library.version }}-7
if: matrix.library.version != 'vendored'
id: openssl-cache
- run: |
Expand Down

0 comments on commit 4f11354

Please sign in to comment.