Skip to content

Commit

Permalink
ci: use ubuntu-20.04 for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ttytm committed Oct 19, 2023
1 parent d2423a6 commit 53ba0a2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ env:

jobs:
setup:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- name: Install V
uses: vlang/setup-v@v1.3
Expand Down Expand Up @@ -43,7 +43,7 @@ jobs:

test:
needs: setup
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
strategy:
matrix:
optimization: ['', -cstrict]
Expand All @@ -68,7 +68,7 @@ jobs:

different-compilers:
needs: test
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
strategy:
matrix:
compiler: [gcc, clang]
Expand All @@ -94,7 +94,7 @@ jobs:

clang-sanitizers:
needs: different-compilers
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
strategy:
matrix:
sanitizer: [address, leak]
Expand All @@ -119,7 +119,7 @@ jobs:

gcc-sanitizers:
needs: different-compilers
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
strategy:
matrix:
sanitizer: [leak, address]
Expand Down

0 comments on commit 53ba0a2

Please # to comment.