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 c33ee55
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 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 @@ -181,7 +182,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 c33ee55

Please sign in to comment.