Skip to content

Commit

Permalink
restore macOS builds where large runners are not available
Browse files Browse the repository at this point in the history
  • Loading branch information
shiftkey committed Jul 1, 2024
1 parent 92d1349 commit 888ee6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,10 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macos-13-xl-arm64, windows-2019]
os: [macos-13, windows-2019]
arch: [x64, arm64]
include:
- os: macos-13-xl-arm64
- os: macos-13
friendlyName: macOS
- os: windows-2019
friendlyName: Windows
Expand Down

0 comments on commit 888ee6e

Please sign in to comment.