Skip to content

Commit

Permalink
chore: lock build-linux runner at ubuntu-22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
dklassic committed Jan 14, 2025
1 parent da288df commit 630a659
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ jobs:
build-linux:
if: ${{ github.event_name != 'pull_request' }}
name: Build [Linux]
runs-on: ubuntu-latest
# ubuntu-lastest now runs on ubuntu-24.04, which will break the build
runs-on: ubuntu-22.04
env:
RUSTC_WRAPPER: sccache
CCACHE: sccache
Expand Down

0 comments on commit 630a659

Please sign in to comment.