Skip to content

Commit

Permalink
Merge pull request #1648 from dpogue/temp-linux-ci-fix
Browse files Browse the repository at this point in the history
Use the Ubuntu 22.04 runner for Linux CI for now
  • Loading branch information
Hoikas authored Dec 31, 2024
2 parents 7a0bc73 + bd55310 commit c4cbb98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ jobs:
path: build/install

linux:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
name: ${{ matrix.platform.str }}-${{ matrix.cfg.str }}
strategy:
matrix:
Expand Down

0 comments on commit c4cbb98

Please sign in to comment.