Skip to content

Commit cb48523

Browse files
committed
[GitHub] Fix iOS builds
1 parent 9ae5530 commit cb48523

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

.github/workflows/ios-metal.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,12 @@ jobs:
1414
runs-on: macOS-latest
1515

1616
steps:
17-
- uses: actions/checkout@v1
17+
- uses: actions/checkout@v4
18+
19+
- uses: maxim-lobanov/setup-xcode@v1
20+
with:
21+
xcode-version: '16.3'
22+
1823
- name: Get DLC
1924
run: ./get_dlc
2025
- name: Get Node.js

.github/workflows/ios-opengl.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,12 @@ jobs:
1414
runs-on: macOS-latest
1515

1616
steps:
17-
- uses: actions/checkout@v1
17+
- uses: actions/checkout@v4
18+
19+
- uses: maxim-lobanov/setup-xcode@v1
20+
with:
21+
xcode-version: '16.3'
22+
1823
- name: Get DLC
1924
run: ./get_dlc
2025
- name: Get Node.js

0 commit comments

Comments
 (0)