Skip to content

Commit

Permalink
Try macOS 13 for builds
Browse files Browse the repository at this point in the history
  • Loading branch information
dhinakg authored Jul 13, 2023
1 parent 73ade87 commit b392cd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ env:
jobs:
build-macos:
name: macOS XCODE5
runs-on: macos-latest
runs-on: macos-13
env:
JOB_TYPE: BUILD
steps:
Expand Down

1 comment on commit b392cd6

@pheiduck
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

macos-13 is using 14.2 (default)
14.3.1 can be use by define it like:

DEVELOPER_DIR: /Applications/Xcode_14.3.1.app/Contents/Developer
DEVELOPER_DIR: /Applications/Xcode_13.4.1.app/Contents/Developer
Compiling BaseTools for your platform...
xcrun: error: missing DEVELOPER_DIR path: /Applications/Xcode_13.4.1.app/Contents/Developer

Please sign in to comment.