Skip to content

Commit d8205ec

Browse files
committed
ci: update os list
1 parent 63571cc commit d8205ec

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,13 @@ jobs:
1313
- stable
1414
# https://github.com/actions/virtual-environments#available-images
1515
os:
16-
- macOS-12
17-
- macOS-13
18-
- macOS-13-arm64
16+
- macOS-13 # x86
17+
- macOS-13-xlarge # arm
18+
- macOS-14 # arm
19+
- macOS-14-large # x86
1920
- ubuntu-20.04
2021
- ubuntu-22.04
22+
- ubuntu-24.04
2123
- windows-2019
2224
- windows-2022
2325
steps:

0 commit comments

Comments
 (0)