Skip to content

Commit

Permalink
ci: add macos-13 to the matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
crazy-max committed Nov 17, 2023
1 parent 12e445b commit b0a0651
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
matrix:
os:
- ubuntu-latest
- macos-13
- macos-latest
- windows-latest
version:
Expand Down Expand Up @@ -56,6 +57,7 @@ jobs:
matrix:
os:
- ubuntu-latest
- macos-13
- macos-latest
- windows-latest
steps:
Expand All @@ -80,6 +82,7 @@ jobs:
matrix:
os:
- ubuntu-latest
- macos-13
- macos-latest
- windows-latest
steps:
Expand Down Expand Up @@ -109,6 +112,7 @@ jobs:
matrix:
os:
- ubuntu-latest
- macos-13
- macos-latest
- windows-latest
steps:
Expand Down Expand Up @@ -181,7 +185,13 @@ jobs:
uses: crazy-max/ghaction-dump-context@v2

build-macos:
runs-on: macos-latest
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os:
- macos-13
- macos-latest
steps:
-
name: Checkout
Expand Down

0 comments on commit b0a0651

Please sign in to comment.