Skip to content

Commit

Permalink
CI: test on more platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
HiGarfield committed Dec 5, 2024
1 parent 288100c commit 581efb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
contents: read
strategy:
matrix:
os: [ubuntu-20.04, ubuntu-22.04, ubuntu-24.04, macos-13, macos-14, macos-15]
os: [ubuntu-20.04, ubuntu-22.04, ubuntu-24.04, macos-12-large, macos-13-large, macos-13-xlarge, macos-14-large, macos-14-xlarge, macos-15-large, macos-15-xlarge, ]
runs-on: ${{ matrix.os }}

steps:
Expand Down

0 comments on commit 581efb1

Please sign in to comment.