Skip to content

Commit

Permalink
os: windows-2022
Browse files Browse the repository at this point in the history
  • Loading branch information
adehad authored and naufraghi committed Aug 14, 2024
1 parent f31914e commit c90f203
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
just script/unix/ci-test
build-windows:
runs-on: windows-2019
runs-on: windows-2022
continue-on-error: ${{ endsWith(matrix.python-version, 'dev') }}
strategy:
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_and_upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-20.04, windows-2019, macos-11]
os: [ubuntu-20.04, windows-2022, macos-11]
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit c90f203

Please sign in to comment.