Skip to content

Commit

Permalink
workaround GitHub Actions on Ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlamsl committed Sep 29, 2024
1 parent 50f8a5a commit f545f29
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
node: [ '0.10', '0.12', '4', '6', '8', '10', '12', '14', '16', '18', '20' ]
os: [ ubuntu-latest, windows-latest ]
os: [ ubuntu-24.04, windows-latest ]
script: [ compress, mocha, release/benchmark, release/jetstream ]
name: ${{ matrix.node }} ${{ matrix.os }} ${{ matrix.script }}
runs-on: ${{ matrix.os }}
Expand All @@ -26,8 +26,8 @@ jobs:
if: runner.os == 'Linux'
shell: bash
run: |
wget http://security.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2.23_amd64.deb
sudo dpkg -i libssl1.1_1.1.1f-1ubuntu2.23_amd64.deb
sed 's/providers = provider_sect/# providers = provider_sect/' /etc/ssl/openssl.cnf
echo "OPENSSL_CONF=/dev/null" >> "$GITHUB_ENV"
- name: Perform tests
shell: bash
run: |
Expand Down

0 comments on commit f545f29

Please sign in to comment.