Skip to content

Commit da1acfd

Browse files
authored
fix: update runner and xcode
1 parent 85ff9c3 commit da1acfd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-ios.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ on:
99
jobs:
1010
build-ios-main-on-macos:
1111
name: ios main
12-
runs-on: macos-13
12+
runs-on: macos-15
1313
strategy:
1414
matrix:
15-
xcode: [ '15.2' ]
15+
xcode: [ '16.3' ]
1616
defaults:
1717
run:
1818
shell: bash

0 commit comments

Comments
 (0)