1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-04 04:50:22 +00:00

Specify the XCode SDK version

This commit is contained in:
Matthew Kilgore 2022-06-07 00:09:43 -04:00
parent ba6e5f6438
commit 1eec789114

View file

@ -32,6 +32,11 @@ jobs:
with:
fetch-depth: 0
- uses: maxim-lobanov/setup-xcode@v1
if: ${{ matrix.os == 'macos-latest' }}
with:
xcode-version: '11.7.0' # MacOS 10.15 Catalina
# A deploy key is setup so that the potential push of ./internal/source can
# trigger a new build. Care is taken to make sure loops cannot happen.
- uses: webfactory/ssh-agent@v0.5.4