Skip to content

Commit

Permalink
Upgrade runners to macOS 12
Browse files Browse the repository at this point in the history
  • Loading branch information
BatchDrake committed Dec 11, 2023
1 parent 2a3e5da commit f4a8410
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-nowindows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
path: Scripts/*.AppImage

build-macos:
runs-on: macos-11
runs-on: macos-12
steps:
- uses: actions/setup-python@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
path: Scripts/*.AppImage

build-macos:
runs-on: macos-11
runs-on: macos-12
steps:
- uses: actions/setup-python@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/develop-release-nowindows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
path: Scripts/*.AppImage

build-macos:
runs-on: macos-11
runs-on: macos-12
steps:
- uses: actions/setup-python@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/develop-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
path: Scripts/*.AppImage

build-macos:
runs-on: macos-11
runs-on: macos-12
steps:
- uses: actions/setup-python@v3
with:
Expand Down

0 comments on commit f4a8410

Please sign in to comment.