Skip to content

Commit

Permalink
trying to use x64 MacOS for builds for now
Browse files Browse the repository at this point in the history
  • Loading branch information
m0rkeulv committed Apr 26, 2024
1 parent 8b6c5e0 commit 6e9a2c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
fail-fast: false # set this to true if you want to cancel all builds if one fails.
matrix:
IDEA_VERSION: [2024.1]
OS: [macOS-latest, ubuntu-latest, windows-latest]
OS: [macos-13, ubuntu-latest, windows-latest]

runs-on: ${{ matrix.OS }}
steps:
Expand Down

0 comments on commit 6e9a2c8

Please sign in to comment.