Skip to content

Commit

Permalink
Temporarily Disable macOS in GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
graphemecluster committed Nov 17, 2024
1 parent 3a26813 commit 03f9afd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-13, macos-14, windows-latest]
os: [ubuntu-latest, windows-latest]
steps:
- name: Checkout Latest Commit
uses: actions/checkout@v4
Expand Down

0 comments on commit 03f9afd

Please sign in to comment.