Skip to content

Commit 4de1b7a

Browse files
authored
Update ci.yml
1 parent c27539d commit 4de1b7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
os: [macos-13]
15-
xcode: ['Xcode_15.0.1']
14+
os: [macos-14]
15+
xcode: ['Xcode_15.3']
1616
runs-on: ${{ matrix.os }}
1717
env:
1818
DEVELOPER_DIR: /Applications/${{ matrix.xcode }}.app/Contents/Developer

0 commit comments

Comments
 (0)