Skip to content

Commit

Permalink
Use XCode 13.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
05nelsonm committed Oct 3, 2023
1 parent a4af0db commit c1058f6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ macos-11, ubuntu-latest, windows-latest ]
os: [ macos-12, ubuntu-latest, windows-latest ]

runs-on: ${{ matrix.os }}

Expand Down Expand Up @@ -53,8 +53,12 @@ jobs:
if: matrix.os == 'ubuntu-latest'
run: sudo apt-get install -y libtinfo5

- name: Select Xcode version
if: matrix.os == 'macos-12'
run: sudo xcode-select -s '/Applications/Xcode_13.2.1.app/Contents/Developer'

- name: Run macOS Tests
if: matrix.os == 'macos-11'
if: matrix.os == 'macos-latest'
run: >
./gradlew check --stacktrace
-PKMP_TARGETS="JVM,JS,IOS_ARM32,IOS_ARM64,IOS_X64,IOS_SIMULATOR_ARM64,MACOS_ARM64,MACOS_X64,TVOS_ARM64,TVOS_X64,TVOS_SIMULATOR_ARM64,WATCHOS_ARM32,WATCHOS_ARM64,WATCHOS_DEVICE_ARM64,WATCHOS_X64,WATCHOS_X86,WATCHOS_SIMULATOR_ARM64,WASM,WASM_32"
Expand Down
1 change: 0 additions & 1 deletion build-logic/src/main/kotlin/-KmpConfigurationExtension.kt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ fun KmpConfigurationExtension.configureShared(

iosArm64()
iosX64()

iosSimulatorArm64()

// Just use JVM. Not dealing with native desktop
Expand Down

0 comments on commit c1058f6

Please sign in to comment.