Skip to content

Commit

Permalink
More tests
Browse files Browse the repository at this point in the history
  • Loading branch information
madolson committed Mar 17, 2024
1 parent 9d8bc15 commit 9cff0d4
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 @@ -26,7 +26,7 @@ jobs:
if [[ ! -z $dirty ]]; then echo $dirty; exit 1; fi
test-sanitizer-address:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- name: make
Expand All @@ -40,7 +40,7 @@ jobs:
run: CFLAGS='-Werror' ./runtest-moduleapi --verbose --dump-logs

test-sanitizer-address-1:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- name: make
Expand All @@ -54,7 +54,7 @@ jobs:
run: CFLAGS='-Werror' ./runtest-moduleapi --verbose --dump-logs

test-sanitizer-address-2:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- name: make
Expand Down

0 comments on commit 9cff0d4

Please sign in to comment.