Skip to content

Commit a7b15c5

Browse files
committed
chore: update CI to use Xcode 16.4
1 parent 48ab575 commit a7b15c5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,13 @@ permissions:
4242

4343
jobs:
4444
xcodebuild-latest:
45-
name: xcodebuild (16.3)
45+
name: xcodebuild (16.4)
4646
runs-on: macos-15
4747
strategy:
4848
matrix:
4949
command: [test, ""]
5050
platform: [IOS, MACOS]
51-
xcode: ["16.3"]
51+
xcode: ["16.4"]
5252
include:
5353
- { command: test, skip_release: 1 }
5454
steps:
@@ -123,7 +123,7 @@ jobs:
123123
run: rm -r Tests/IntegrationTests/*
124124
- name: "Build Swift Package"
125125
run: swift build
126-
126+
127127
# android:
128128
# name: Android
129129
# runs-on: ubuntu-latest

0 commit comments

Comments
 (0)