feat: Updates ci workflows
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -7,10 +7,10 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
mac:
|
mac:
|
||||||
name: macOS
|
name: macOS
|
||||||
runs-on: macos-12
|
runs-on: macos-15
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
xcode: ['14.2']
|
xcode: ['16.1']
|
||||||
config: ['debug', 'release']
|
config: ['debug', 'release']
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|||||||
Reference in New Issue
Block a user