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:
Dirk Hohndel 2022-09-23 12:13:06 -07:00
parent 884dbc9d5e
commit eb101aab1f

View file

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