mirror of https://github.com/tooot-app/app
Update build.yml
Xcode 12.5 currently breaks building. To prevent further versioning issue, using specific runner environment.
This commit is contained in:
parent
dd4a9671ba
commit
006edd5c87
|
@ -7,7 +7,7 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: macos-latest
|
runs-on: macos-10.15
|
||||||
steps:
|
steps:
|
||||||
- name: -- Step 0 -- Extract branch name
|
- name: -- Step 0 -- Extract branch name
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
Loading…
Reference in New Issue