File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1313 # well on Windows or Mac. You can convert this to a matrix build if you need
1414 # cross-platform coverage.
1515 # See: https://docs.github.com/en/free-pro-team@latest/actions/learn-github-actions/managing-complex-workflows#using-a-build-matrix
16- runs-on : macos-12
16+ runs-on : macos-13
1717
1818 steps :
1919 - uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -386,7 +386,7 @@ jobs:
386386 - name : hellfire+patch
387387 cmakeargs : ' -DDEVILUTIONX_SYSTEM_SDL2=OFF -DUSE_PATCH=ON -DHELLFIRE=ON'
388388 artifact : ' hellfire-nightly-macp.dmg'
389- runs-on : macos-12
389+ runs-on : macos-13
390390 steps :
391391 - uses : actions/checkout@v4
392392 with :
@@ -433,7 +433,7 @@ jobs:
433433 - name : hellfire+patch
434434 cmakeargs : ' -DUSE_PATCH=ON -DHELLFIRE=ON'
435435 artifact : ' hellfire-nightly-iosp.ipa'
436- runs-on : macos-12
436+ runs-on : macos-13
437437 steps :
438438 - uses : actions/checkout@v4
439439 with :
You can’t perform that action at this time.
0 commit comments