Skip to content

Commit 520113c

Browse files
committed
use macos-13 runners
1 parent 68d2767 commit 520113c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/cmake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
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

.github/workflows/nightly.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)