1
0
Fork 0
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:
Orazio 2023-07-26 12:47:51 +02:00 committed by GitHub
parent 5349e13642
commit c0bbe2ba26
Signed by: GitHub
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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