Skip to content

Commit

Permalink
CI: Lock linux runner to ubuntu-22 (#406)
Browse files Browse the repository at this point in the history
* CI: Lock linux runner to ubuntu-22

* Use full image version
  • Loading branch information
Helco authored Dec 18, 2024
1 parent 1ba89c8 commit 928d1f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-13, macos-14]
os: [ubuntu-22.04, windows-latest, macos-13, macos-14]
uses: ./.github/workflows/build.yml
with:
runs-on: ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest]
os: [ubuntu-22.04]
uses: ./.github/workflows/build.yml
with:
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 928d1f2

Please sign in to comment.