Github Workflow: updated build action to use Xcode 15.0.1 because Xcode 15.1 is not available yet

This commit is contained in:
Antonio 2023-12-19 16:44:46 +01:00
parent 82a6a37a9b
commit 47ffad0c0d

View file

@ -7,10 +7,10 @@ on:
jobs:
build-stable:
name: Build Bluefruit in stable Xcode
runs-on: macos-latest
runs-on: macos-13
strategy:
matrix:
xcode: ['15.1']
xcode: ['15.0.1']
steps:
- name: Checkout
uses: actions/checkout@v3