Skip to content

Commit 946a7b5

Browse files
committed
workaround GitHub Actions on Ubuntu
1 parent 50f8a5a commit 946a7b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
matrix:
1010
node: [ '0.10', '0.12', '4', '6', '8', '10', '12', '14', '16', '18', '20' ]
11-
os: [ ubuntu-latest, windows-latest ]
11+
os: [ ubuntu-24.04, windows-latest ]
1212
script: [ compress, mocha, release/benchmark, release/jetstream ]
1313
name: ${{ matrix.node }} ${{ matrix.os }} ${{ matrix.script }}
1414
runs-on: ${{ matrix.os }}
@@ -27,7 +27,7 @@ jobs:
2727
shell: bash
2828
run: |
2929
wget http://security.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2.23_amd64.deb
30-
sudo dpkg -i libssl1.1_1.1.1f-1ubuntu2.23_amd64.deb
30+
sudo apt install libssl1.1_1.1.1f-1ubuntu2.23_amd64.deb
3131
- name: Perform tests
3232
shell: bash
3333
run: |

0 commit comments

Comments
 (0)