Skip to content

Commit 29c176c

Browse files
committed
Attempt to fix CI by pinning to the Ubuntu 22.04 image
1 parent b5fb360 commit 29c176c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
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

0 commit comments

Comments
 (0)