Skip to content

Commit

Permalink
downgrade macos
Browse files Browse the repository at this point in the history
  • Loading branch information
ocefpaf committed Dec 13, 2024
1 parent 08a2cc5 commit 9c2c734
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test-env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ macos-latest, ubuntu-latest, windows-latest ]
# macos-latest is osx-arm64 and the env is not building there yet b/c of robis.
os: [ macos-13, ubuntu-latest, windows-latest ]
fail-fast: false
defaults:
run:
Expand Down

0 comments on commit 9c2c734

Please sign in to comment.