Skip to content

Commit

Permalink
chore: lock build-linux runner at ubuntu-22.04 (#266)
Browse files Browse the repository at this point in the history
* chore: lock build-linux runner at ubuntu-22.04

* Update build.yml
  • Loading branch information
dklassic authored Jan 14, 2025
1 parent da288df commit 0e2c708
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
pr-fast-check:
if: ${{ github.event_name == 'pull_request' }}
name: Pull Request Fast Check
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Checkout the repository
uses: actions/checkout@v4
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
build-linux:
if: ${{ github.event_name != 'pull_request' }}
name: Build [Linux]
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
env:
RUSTC_WRAPPER: sccache
CCACHE: sccache
Expand Down

0 comments on commit 0e2c708

Please sign in to comment.