Skip to content

Commit

Permalink
downgrade filtered tests to 20.04
Browse files Browse the repository at this point in the history
  • Loading branch information
anarkiwi committed Apr 22, 2024
1 parent e18c01b commit d6e3326
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: go format and pytype
run: ./tests/codecheck.sh
standalone_noconfig_int_test:
runs-on: ubuntu-22.04
runs-on: ubuntu-20.04
steps:
- name: Checkout repo
uses: actions/checkout@v4
Expand All @@ -45,7 +45,7 @@ jobs:
run: |
./tests/install_test.sh && timeout 600 ./tests/test_dovesnap_standalone_noconfig.sh
standalone_int_test:
runs-on: ubuntu-22.04
runs-on: ubuntu-20.04
steps:
- name: Checkout repo
uses: actions/checkout@v4
Expand All @@ -66,7 +66,7 @@ jobs:
run: |
./tests/install_test.sh && timeout 600 ./tests/test_dovesnap_standalone.sh
standalone2_int_test:
runs-on: ubuntu-22.04
runs-on: ubuntu-20.04
steps:
- name: Checkout repo
uses: actions/checkout@v4
Expand Down Expand Up @@ -108,7 +108,7 @@ jobs:
run: |
./tests/install_test.sh && timeout 600 ./tests/test_dovesnap_standalone_routed.sh
stack_int_test:
runs-on: ubuntu-22.04
runs-on: ubuntu-20.04
steps:
- name: Checkout repo
uses: actions/checkout@v4
Expand All @@ -129,7 +129,7 @@ jobs:
run: |
./tests/install_test.sh && timeout 600 ./tests/test_dovesnap_stack.sh
mirrorbridge_int_test:
runs-on: ubuntu-22.04
runs-on: ubuntu-20.04
steps:
- name: Checkout repo
uses: actions/checkout@v4
Expand Down

0 comments on commit d6e3326

Please sign in to comment.