Skip to content

Commit 2001792

Browse files
committed
Upgraded builds to macos-13
1 parent 54fb3a8 commit 2001792

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/merge.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
path: release/Dopamine-*.pacman
5858

5959
merge_build_on_mac:
60-
runs-on: macos-12
60+
runs-on: macos-13
6161
if: github.event.pull_request.merged == true
6262
steps:
6363
- uses: actions/checkout@v2

.github/workflows/nightly.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
path: release/Dopamine-*.pacman
5858

5959
nightly_build_on_mac:
60-
runs-on: macos-12
60+
runs-on: macos-13
6161
steps:
6262
- uses: actions/checkout@v2
6363
- uses: actions/setup-node@master

0 commit comments

Comments
 (0)