Skip to content

Commit 5f02d33

Browse files
authored
Update ci.yml
1 parent 33f51f2 commit 5f02d33

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ jobs:
1616
strategy:
1717
matrix:
1818
include:
19-
- os: windows-2019
19+
- os: windows-2022
2020
name: win-x86
2121
param: -x86
22-
- os: windows-2019
22+
- os: windows-2022
2323
name: win-x64
2424
param: -x64
25-
- os: windows-2019
25+
- os: windows-2022
2626
name: win-arm64
2727
param: -arm64
2828
- os: ubuntu-24.04
@@ -43,9 +43,9 @@ jobs:
4343
name: linux-musl-arm64
4444
- os: ubuntu-24.04
4545
name: linux-musl-riscv64
46-
- os: macos-13
46+
- os: macos-14
4747
name: osx-x64
48-
- os: macos-13
48+
- os: macos-14
4949
name: osx-arm64
5050
fail-fast: false
5151
steps:

0 commit comments

Comments
 (0)