Skip to content

Commit ccd31a9

Browse files
committed
Always use Mac 14
1 parent eafca04 commit ccd31a9

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/build-test-and-docs.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -127,14 +127,12 @@ jobs:
127127
xcodebuild-device-type: ${{ matrix.device-type }}
128128

129129
uikit-catalyst:
130+
runs-on: macos-14
130131
strategy:
131132
matrix:
132-
include:
133-
- os_version: macos-14
134-
arch: arm64
135-
- os_version: macos-13
136-
arch: x86_64
137-
runs-on: ${{ matrix.os_version }}
133+
arch:
134+
- arm64
135+
- x86_64
138136
steps:
139137
- name: Force Xcode 15.4
140138
run: sudo xcode-select -switch /Applications/Xcode_15.4.app

0 commit comments

Comments
 (0)