Skip to content

Commit

Permalink
Update Xcode version in github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
tomlokhorst committed Nov 4, 2024
1 parent 012013c commit ceee765
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
branches: '*'

env:
DEVELOPER_DIR: /Applications/Xcode_14.0.app/Contents/Developer
DEVELOPER_DIR: /Applications/Xcode-16.0.0.app/Contents/Developer

jobs:
unit-tests:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
types: created

env:
DEVELOPER_DIR: /Applications/Xcode_14.0.app/Contents/Developer
DEVELOPER_DIR: /Applications/Xcode-16.0.0.app/Contents/Developer

jobs:
release-build:
Expand Down

0 comments on commit ceee765

Please sign in to comment.