Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
ibigbug committed Nov 5, 2023
1 parent 612df9f commit 3948cac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
name: test on ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-22.04, macos-13, windows-2019]
os: [ubuntu-22.04, macos-13, windows-2022]
runs-on: ${{ matrix.os }}

steps:
Expand All @@ -40,7 +40,7 @@ jobs:
container: ${{ matrix.container }}
strategy:
matrix:
os: [ubuntu-22.04, macos-13, windows-2019]
os: [ubuntu-22.04, macos-13, windows-2022]
include:
- os: ubuntu-22.04
targets: >
Expand All @@ -49,7 +49,7 @@ jobs:
targets: >
aarch64-apple-darwin
x86_64-apple-darwin
- os: windows-2019
- os: windows-2022
targets: >
x86_64-pc-windows-msvc
steps:
Expand Down

0 comments on commit 3948cac

Please sign in to comment.