Skip to content

Commit

Permalink
Use Intel macOS on CI for now
Browse files Browse the repository at this point in the history
  • Loading branch information
JCash committed Apr 24, 2024
1 parent 0e58d6f commit ef07c03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/editor-only.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:

sign-editor-macos:
needs: [build-editor]
runs-on: macOS-latest
runs-on: macOS-13
strategy:
matrix:
platform: [x86_64-macos, arm64-macos]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ jobs:

sign-editor-darwin:
needs: [build-editor]
runs-on: macOS-latest
runs-on: macOS-13
strategy:
matrix:
platform: [x86_64-macos, arm64-macos]
Expand Down

0 comments on commit ef07c03

Please sign in to comment.