Skip to content

Commit 2639ffd

Browse files
authored
Update CI workflow to exclude macOS
1 parent b63868a commit 2639ffd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
strategy:
66
matrix:
77
# Supported platforms: https://docs.github.com/en/actions/reference/runners/github-hosted-runners
8-
os: [windows-latest, windows-11-arm, ubuntu-24.04-arm, ubuntu-latest, macos-latest]
8+
os: [windows-latest, windows-11-arm, ubuntu-24.04-arm, ubuntu-latest]
99
fail-fast: false # Don't cancel one when another fails
1010
runs-on: ${{ matrix.os }}
1111
steps:

0 commit comments

Comments
 (0)