File tree Expand file tree Collapse file tree 1 file changed +14
-5
lines changed Expand file tree Collapse file tree 1 file changed +14
-5
lines changed Original file line number Diff line number Diff line change @@ -18,16 +18,25 @@ jobs:
1818 fail-fast : false
1919 matrix :
2020 os :
21- - ubuntu-24.04-arm # public preview
22- - ubuntu-22.04-arm # public preview
21+ # source:
22+ # https://docs.github.com/en/enterprise-cloud@latest/actions/how-tos/write-workflows/choose-where-workflows-run/choose-the-runner-for-a-job#standard-github-hosted-runners-for-public-repositories
23+ # https://github.com/actions/runner-images?tab=readme-ov-file#available-images
24+ - ubuntu-24.04-arm
25+ - ubuntu-22.04-arm
2326 - ubuntu-latest # eventually will pick up the next version and test it
2427 - ubuntu-24.04 # ubuntu-latest
2528 - ubuntu-22.04
2629 - macos-latest # eventually will pick up the next version and test it
27- - macos-15 # public preview
28- - macos-14 # macos-latest
30+ - macos-26 # public preview
31+ - macos-15 # macos-latest
32+ - macos-15-intel
33+ - macos-14-large
34+ - macos-14
2935 - macos-13
30- # - windows-2025 # public preview
36+ - macos-13-xlarge
37+ # - windows-latest # eventually will pick up the next version and test it
38+ # - windows-11-arm
39+ # - windows-2025
3140 # - windows-2022 # windows-latest
3241 # - windows-2019
3342
You can’t perform that action at this time.
0 commit comments