Skip to content

Commit

Permalink
Updates mac build to macos-12 because macos-11 is deprecated since 28…
Browse files Browse the repository at this point in the history
…-06-2024.
  • Loading branch information
digimezzo committed Jun 30, 2024
1 parent c9434a8 commit e83fda4
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-11
runs-on: macos-12
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-11
runs-on: macos-12
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@master
Expand Down

0 comments on commit e83fda4

Please sign in to comment.