Skip to content

Commit

Permalink
try to tweak the OS
Browse files Browse the repository at this point in the history
  • Loading branch information
FGasper committed Dec 20, 2024
1 parent fc3c311 commit 1fbd422
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,7 @@ jobs:
srcConnStr: mongodb://localhost:27020
dstConnStr: mongodb://localhost:27030

# There seems no good reason to test on other OSes … ?
runs-on: ubuntu-latest
runs-on: ${{ (matrix.mongodb_versions[0] > 6.0 || matrix.mongodb_versions[1] > 6.0) && 'ubuntu-22.04' || 'ubuntu-latest' }}

name: ${{ matrix.mongodb_versions[0] }} to ${{ matrix.mongodb_versions[1] }}, ${{ matrix.topology.name }}

Expand All @@ -62,10 +61,6 @@ jobs:
- run: ldconfig -p
- run: lsb_release -a

# Ubuntu 24 doesn’t provide this library anymore.
- if: ${{ matrix.mongodb_versions[0] > 6.0 || matrix.mongodb_versions[1] > 6.0 }}
run: curl -O https://security.ubuntu.com/ubuntu/pool/main/o/openssl/libcrypto1.1-udeb_1.1.1f-1ubuntu2.23_amd64.udeb && sudo dpkg -i libcrypto1.1-udeb_1.1.1f-1ubuntu2.23_amd64.udeb

- name: Check out repository
uses: actions/checkout@v4

Expand Down

0 comments on commit 1fbd422

Please sign in to comment.