mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
build-system: run iOS GitHub action on macOS 11
macOS 10.15 is deprecated on GitHub. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
884dbc9d5e
commit
eb101aab1f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ios.yml
vendored
2
.github/workflows/ios.yml
vendored
|
@ -9,7 +9,7 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
iOSBuild:
|
iOSBuild:
|
||||||
runs-on: macOS-10.15
|
runs-on: macOS-11
|
||||||
steps:
|
steps:
|
||||||
- name: switch to Xcode 11
|
- name: switch to Xcode 11
|
||||||
run: sudo xcode-select -s "/Applications/Xcode_11.7.app"
|
run: sudo xcode-select -s "/Applications/Xcode_11.7.app"
|
||||||
|
|
Loading…
Reference in a new issue