Skip to content

Commit a2145e3

Browse files
authored
🔄 revert test changes
1 parent f99dc0e commit a2145e3

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

‎.github/workflows/build-skia.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Build SKIA
22
on: workflow_dispatch
33
jobs:
44
build:
5-
runs-on: macos-13
5+
runs-on: macos-latest
66
env:
77
WORKING_DIRECTORY: ./
88
steps:
@@ -11,11 +11,6 @@ jobs:
1111
with:
1212
submodules: recursive
1313

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

0 commit comments

Comments
 (0)