Skip to content

Commit 4f11354

Browse files
authored
Merge pull request #2357 from alex/fix-ci
Attempt to fix CI by pinning to the Ubuntu 22.04 image
2 parents b5fb360 + b38052a commit 4f11354

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ jobs:
216216
name: libressl
217217
version: 4.0.0
218218
name: ${{ matrix.target }}-${{ matrix.library.name }}-${{ matrix.library.version }}-${{ matrix.bindgen }}
219-
runs-on: ubuntu-latest
219+
runs-on: ubuntu-22.04
220220
env:
221221
OPENSSL_DIR: /opt/openssl
222222
CARGO_TARGET_ARM_UNKNOWN_LINUX_GNUEABIHF_LINKER: arm-linux-gnueabihf-gcc
@@ -248,7 +248,7 @@ jobs:
248248
- uses: actions/cache@v4
249249
with:
250250
path: /opt/openssl
251-
key: openssl-${{ matrix.target }}-${{ matrix.library.name }}-${{ matrix.library.version }}-6
251+
key: openssl-${{ matrix.target }}-${{ matrix.library.name }}-${{ matrix.library.version }}-7
252252
if: matrix.library.version != 'vendored'
253253
id: openssl-cache
254254
- run: |

0 commit comments

Comments
 (0)