Skip to content

Commit

Permalink
Use ubuntu-20.04 runner, not ubuntu-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
will-v-pi authored Sep 30, 2024
1 parent 54ad547 commit d21fdfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
# os: [[self-hosted, linux, x64], [self-hosted, linux, arm64]]
strategy:
matrix:
os: [ubuntu-latest, [self-hosted, linux, arm64]]
os: [ubuntu-20.04, [self-hosted, linux, arm64]]
runs-on: ${{ matrix.os }}

steps:
Expand Down

0 comments on commit d21fdfe

Please sign in to comment.