Skip to content

Commit

Permalink
ci: macos-latest has updated to ARM-based MacOS 14 which causes pipel…
Browse files Browse the repository at this point in the history
…ine fail (#107)
  • Loading branch information
skwasjer authored Sep 5, 2024
1 parent d84742e commit 2fd8ca6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,9 @@ jobs:
strategy:
matrix:
os:
- ubuntu-latest
- windows-latest
- macos-latest
- ubuntu-latest
- windows-latest
- macos-13
fail-fast: false
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit 2fd8ca6

Please sign in to comment.