Actions: Enable
Xcode 14 has been added to actions environments list. Signed-off-by: kingbri <bdashore3@gmail.com>
This commit is contained in:
parent
6679229118
commit
9b12671a97
1 changed files with 2 additions and 2 deletions
4
.github/workflows/nightly.yml
vendored
4
.github/workflows/nightly.yml
vendored
|
|
@ -2,11 +2,11 @@ name: Build and upload nightly ipa
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: [none]
|
||||
branches: [default]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: macos-latest
|
||||
runs-on: macos-12
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Setup Xcode
|
||||
|
|
|
|||
Loading…
Reference in a new issue