Skip to content

Commit c1f120d

Browse files
author
Alexander Widerberg
committed
Fixed the tests as well
1 parent 962b93a commit c1f120d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/catalyst.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ on:
88

99
jobs:
1010
build_with_13_1_MAC_CATALYST:
11-
name: "Xcode version 13.1, Target macOS Catalyst on Apple Silicon [arm64] Target SDK 13.0"
11+
name: "Xcode version 13.1, Target macOS Catalyst on Intel CPUs [x86_64] Target SDK 13.1"
1212
runs-on: macos-11
1313
env:
1414
PLATFORM: MAC_CATALYST
15-
DEPLOYMENT_TARGET: "13.0"
15+
DEPLOYMENT_TARGET: "13.1"
1616
steps:
1717
- uses: actions/checkout@v2
1818
- uses: maxim-lobanov/setup-xcode@v1
@@ -21,15 +21,15 @@ jobs:
2121
- name: Build
2222
run: ./.github/build.sh
2323
build_with_13_1_MAC_CATALYST_ARM64:
24-
name: "Xcode version 13.2, Target macOS Catalyst on Intel CPUs [x86_64] Target SDK 13.0"
25-
runs-on: macos-11
24+
name: "Xcode version 13.4, Target macOS Catalyst on Apple Silicon [arm64] Target SDK 13.1"
25+
runs-on: macos-12
2626
env:
2727
PLATFORM: MAC_CATALYST_ARM64
28-
DEPLOYMENT_TARGET: "13.0"
28+
DEPLOYMENT_TARGET: "13.1"
2929
steps:
3030
- uses: actions/checkout@v2
3131
- uses: maxim-lobanov/setup-xcode@v1
3232
with:
33-
xcode-version: '13.2'
33+
xcode-version: '13.4'
3434
- name: Build
3535
run: ./.github/build.sh

0 commit comments

Comments
 (0)