Skip to content

Commit

Permalink
Try newer ubuntu in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Akuli committed Jan 14, 2025
1 parent 9ee4f31 commit a25d5db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

test:
timeout-minutes: 5
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
strategy:
matrix:
llvm-version: [14, 15, 16]
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
fi
doctest:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit a25d5db

Please sign in to comment.