Skip to content

Commit

Permalink
Fixing version of Xcode for CI Mac builds, take 2
Browse files Browse the repository at this point in the history
  • Loading branch information
gershnik committed Oct 3, 2024
1 parent c0d1977 commit c2101bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
EOF
mac:
runs-on: macos-14-arm
runs-on: macos-14
env:
DEVELOPER_DIR: /Applications/Xcode_15.4.app

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
EOF
mac:
runs-on: macos-14-arm
runs-on: macos-14
needs: prepare
env:
DEVELOPER_DIR: /Applications/Xcode_15.4.app
Expand Down

0 comments on commit c2101bc

Please sign in to comment.