Skip to content

Commit 1d4fdc7

Browse files
committed
[TEST] workflow cache
1 parent 498d12b commit 1d4fdc7

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,12 +320,16 @@ jobs:
320320
path: export/release/android/bin/app/build/outputs/apk/debug/Lore Origins-debug.apk
321321

322322
ios-release:
323-
runs-on: macos-15
323+
runs-on: macos-14
324324
steps:
325325
- uses: actions/checkout@v4
326326
- uses: krdlab/setup-haxe@v2
327327
with:
328328
haxe-version: 4.3.4
329+
- name: Set up Xcode
330+
uses: maxim-lobanov/setup-xcode@v1
331+
with:
332+
xcode-version: '15.2'
329333
- name: Cache Haxelib Dependencies
330334
uses: actions/cache@v3
331335
with:

0 commit comments

Comments
 (0)