Skip to content

Commit f99dc0e

Browse files
authored
⬆️ build with xcode 15
1 parent 76b65d2 commit f99dc0e

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/build-skia.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,17 @@ jobs:
55
runs-on: macos-13
66
env:
77
WORKING_DIRECTORY: ./
8-
concurrency:
9-
group: skia-${{ github.ref }}
10-
cancel-in-progress: true
118
steps:
129
- name: checkout
1310
uses: actions/checkout@v2
1411
with:
1512
submodules: recursive
1613

14+
- name: Set up Xcode version
15+
uses: actions/setup-xcode@v1
16+
with:
17+
xcode-version: '15.0'
18+
1719
- name: Setup Android NDK
1820
id: setup-ndk
1921
uses: nttld/setup-ndk@v1

0 commit comments

Comments
 (0)