Github Workflow: updated build action to use Xcode 15.0.1 because Xcode 15.1 is not available yet
This commit is contained in:
parent
82a6a37a9b
commit
47ffad0c0d
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
|
@ -7,10 +7,10 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
build-stable:
|
build-stable:
|
||||||
name: Build Bluefruit in stable Xcode
|
name: Build Bluefruit in stable Xcode
|
||||||
runs-on: macos-latest
|
runs-on: macos-13
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
xcode: ['15.1']
|
xcode: ['15.0.1']
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue