mirror of
https://github.com/k4zmu2a/SpaceCadetPinball.git
synced 2024-11-24 01:40:18 +01:00
Use macOS 11 runner for better compatibility
This commit is contained in:
parent
5349e13642
commit
c0bbe2ba26
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ReleaseBuilds.yml
vendored
2
.github/workflows/ReleaseBuilds.yml
vendored
|
@ -4,7 +4,7 @@ on: [workflow_dispatch]
|
|||
|
||||
jobs:
|
||||
build-macos:
|
||||
runs-on: macos-12
|
||||
runs-on: macos-11
|
||||
timeout-minutes: 15
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
|
Loading…
Reference in a new issue