Skip to content

Commit

Permalink
Remove MacOS for now
Browse files Browse the repository at this point in the history
  • Loading branch information
esarver committed Aug 20, 2024
1 parent f195e3a commit 48e1137
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,9 +163,9 @@ jobs:
- runner: windows-latest
triple: x86_64-pc-windows-msvc
vscode-platform: win32-x64
- runner: macos-latest
triple: x86_64-apple-darwin
vscode-platform: darwin-arm64
# - runner: macos-latest
# triple: x86_64-apple-darwin
# vscode-platform: darwin-arm64
runs-on: ${{matrix.runner}}
env:
RUSTFLAGS: "-L all=${{github.workspace}}"
Expand Down

0 comments on commit 48e1137

Please sign in to comment.