Skip to content

Commit c2101bc

Browse files
committed
Fixing version of Xcode for CI Mac builds, take 2
1 parent c0d1977 commit c2101bc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
EOF
7272
7373
mac:
74-
runs-on: macos-14-arm
74+
runs-on: macos-14
7575
env:
7676
DEVELOPER_DIR: /Applications/Xcode_15.4.app
7777

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
EOF
7373
7474
mac:
75-
runs-on: macos-14-arm
75+
runs-on: macos-14
7676
needs: prepare
7777
env:
7878
DEVELOPER_DIR: /Applications/Xcode_15.4.app

0 commit comments

Comments
 (0)