Skip to content

Commit

Permalink
Fix CI (#523)
Browse files Browse the repository at this point in the history
  • Loading branch information
Akuli authored Dec 8, 2024
1 parent 465af42 commit bd49dde
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- run: shellcheck --color=always --shell=bash --exclude=SC2086,SC2059,SC2046,SC2235,SC2002,SC2206,SC2068,SC2207,SC2013 *.sh activate

test:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
strategy:
matrix:
llvm-version: [11, 13, 14]
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
fi
doctest:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- run: sudo apt update
Expand All @@ -62,7 +62,7 @@ jobs:
- run: LLVM_CONFIG=llvm-config-14 ./doctest.sh

compare-compilers:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- run: sudo apt update
Expand Down

0 comments on commit bd49dde

Please sign in to comment.