Skip to content

Commit 8921b1f

Browse files
authored
Update Build.yml
1 parent ccf05d8 commit 8921b1f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/Build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ on: [push]
44

55
jobs:
66
build:
7-
runs-on: macos-13
7+
runs-on: macos-15
88

99
steps:
1010
- uses: maxim-lobanov/[email protected]
1111
with:
12-
xcode-version: "14.3"
12+
xcode-version: "16.2"
1313
- uses: actions/checkout@v2
1414
- name: Build
15-
run: xcodebuild -scheme TextureSwiftSupport -destination 'platform=iOS Simulator,name=iPhone 8,OS=16.2'
15+
run: xcodebuild -scheme TextureSwiftSupport -destination 'platform=iOS Simulator,name=iPhone 16 Pro,OS=18.1'

0 commit comments

Comments
 (0)