ci: add macos-13 to the matrix

This commit is contained in:
CrazyMax 2023-11-17 12:01:18 +01:00
parent 12e445b81b
commit c33ee55bce
No known key found for this signature in database
GPG Key ID: ADE44D8C9D44FBE4

View File

@ -23,6 +23,7 @@ jobs:
matrix: matrix:
os: os:
- ubuntu-latest - ubuntu-latest
- macos-13
- macos-latest - macos-latest
- windows-latest - windows-latest
version: version:
@ -181,7 +182,13 @@ jobs:
uses: crazy-max/ghaction-dump-context@v2 uses: crazy-max/ghaction-dump-context@v2
build-macos: build-macos:
runs-on: macos-latest runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os:
- macos-13
- macos-latest
steps: steps:
- -
name: Checkout name: Checkout