Skip to content

Commit

Permalink
Upgraded builds to macos-13
Browse files Browse the repository at this point in the history
  • Loading branch information
digimezzo committed Dec 8, 2024
1 parent 54fb3a8 commit 2001792
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
path: release/Dopamine-*.pacman

merge_build_on_mac:
runs-on: macos-12
runs-on: macos-13
if: github.event.pull_request.merged == true
steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
path: release/Dopamine-*.pacman

nightly_build_on_mac:
runs-on: macos-12
runs-on: macos-13
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@master
Expand Down

0 comments on commit 2001792

Please sign in to comment.