Skip to content

Commit

Permalink
chore: fix eunit
Browse files Browse the repository at this point in the history
  • Loading branch information
savonarola committed Apr 3, 2024
1 parent a482f7c commit 336c42c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
matrix:
otp-version: ['24', '25']
fdb-version: ['7.1.43']
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
env:
FDB_VERSION: ${{ matrix.fdb-version }}
# Set to 1 for verbose rebar3 logging
Expand All @@ -31,7 +31,6 @@ jobs:
with:
otp-version: ${{ matrix.otp-version }}
rebar3-version: '3.17'
ImageOS: ubuntu22
- name: Install FoundationDB
run: |
wget https://github.com/apple/foundationdb/releases/download/${FDB_VERSION}/foundationdb-clients_${FDB_VERSION}-1_amd64.deb
Expand All @@ -44,7 +43,7 @@ jobs:
run: rebar3 eunit

binding_tester:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
strategy:
matrix:
test-name: [api, directory, directory_hca, tuple]
Expand Down

0 comments on commit 336c42c

Please sign in to comment.