Update Github build action for Xcode 15
This commit is contained in:
parent
07de9ac4a9
commit
5b21c9e649
1 changed files with 2 additions and 4 deletions
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
|
|
@ -1,18 +1,16 @@
|
|||
name: Build App
|
||||
on:
|
||||
push:
|
||||
branches: [ "main" ]
|
||||
pull_request:
|
||||
types: [ opened, edited, synchronize ]
|
||||
branches: [ "main" ]
|
||||
|
||||
jobs:
|
||||
build-stable:
|
||||
name: Build Bluefruit in stable Xcode
|
||||
runs-on: macos-latest
|
||||
runs-on: macos-13
|
||||
strategy:
|
||||
matrix:
|
||||
xcode: ['14.2']
|
||||
xcode: ['15.0.1']
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
|
|
|
|||
Loading…
Reference in a new issue