Skip to content

Commit

Permalink
ci: freeze runner os version
Browse files Browse the repository at this point in the history
  • Loading branch information
wu-vincent committed Nov 21, 2024
1 parent aea1eea commit 9c18251
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fail-fast: false
matrix:
build_type: [ Debug, Release, RelWithDebInfo ]
os: [ windows-latest, ubuntu-latest ]
os: [ ubuntu-22.04, windows-2019 ]

name: Build on ${{ matrix.os }} (${{ matrix.build_type }})
runs-on: ${{ matrix.os }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ ubuntu-latest, windows-latest ]
os: [ ubuntu-22.04, windows-2019 ]
python-tag: [ "cp39", "cp310", "cp311", "cp312", "cp313" ]
include:
- os: ubuntu-latest
- os: ubuntu-22.04
platform: manylinux_x86_64
- os: windows-latest
- os: windows-2019
platform: win_amd64

steps:
Expand Down

0 comments on commit 9c18251

Please sign in to comment.