We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ae5530 commit cb48523Copy full SHA for cb48523
.github/workflows/ios-metal.yml
@@ -14,7 +14,12 @@ jobs:
14
runs-on: macOS-latest
15
16
steps:
17
- - uses: actions/checkout@v1
+ - uses: actions/checkout@v4
18
+
19
+ - uses: maxim-lobanov/setup-xcode@v1
20
+ with:
21
+ xcode-version: '16.3'
22
23
- name: Get DLC
24
run: ./get_dlc
25
- name: Get Node.js
.github/workflows/ios-opengl.yml
0 commit comments