1
0
Fork 0
mirror of https://github.com/k4zmu2a/SpaceCadetPinball.git synced 2024-09-08 01:50:24 +02:00

Update macOS runner due to GitHub deprecation but still use and Xcode version that supports 10.11

This commit is contained in:
Orazio 2024-06-29 16:12:03 +02:00
parent 318557c75f
commit f1c52e6d68

View file

@ -4,16 +4,20 @@ on: [workflow_dispatch]
jobs:
build-macos:
runs-on: macos-11
runs-on: macos-12
timeout-minutes: 15
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
ref: master
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: 13
- run: bash build-mac-app.sh
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: mac-build
path: SpaceCadetPinball-*-mac.dmg