Skip to content

Commit

Permalink
Fix the OS used on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
soareschen committed Dec 7, 2022
1 parent 2a0397c commit 1b8e55f
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ concurrency:

jobs:
integration-test:
runs-on: ubuntu-21.10
runs-on: ubuntu-22.04
timeout-minutes: 60
strategy:
fail-fast: false
Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:
--nocapture --test-threads=2
multi-chains-test:
runs-on: ubuntu-21.10
runs-on: ubuntu-22.04
if: github.ref == 'refs/heads/master'
timeout-minutes: 60
strategy:
Expand Down Expand Up @@ -226,7 +226,7 @@ jobs:
--nocapture --test-threads=2
ordered-channel-test:
runs-on: ubuntu-21.10
runs-on: ubuntu-22.04
timeout-minutes: 60
steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -258,7 +258,7 @@ jobs:
--nocapture --test-threads=1 test_ordered_channel
ica-filter-test:
runs-on: ubuntu-21.10
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- uses: cachix/install-nix-action@v15
Expand Down Expand Up @@ -290,7 +290,7 @@ jobs:
--nocapture --test-threads=1 test_ica_filter
ics29-fee-test:
runs-on: ubuntu-21.10
runs-on: ubuntu-22.04
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -333,7 +333,7 @@ jobs:
--nocapture --test-threads=1 fee::
forward-packet:
runs-on: ubuntu-21.10
runs-on: ubuntu-22.04
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -376,7 +376,7 @@ jobs:
--nocapture --test-threads=1 forward::
model-based-test:
runs-on: ubuntu-21.10
runs-on: ubuntu-22.04
timeout-minutes: 60
strategy:
matrix:
Expand Down

0 comments on commit 1b8e55f

Please sign in to comment.