Skip to content

Commit

Permalink
ci: Fix MacOS.
Browse files Browse the repository at this point in the history
  • Loading branch information
fweig committed Oct 29, 2024
1 parent bc0cce0 commit c2ce15c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,9 +143,10 @@ jobs:

macos:
strategy:
matrix: [macos-13, macos-14, macos-15]
matrix:
version: [13, 14, 15]

runs-on: ${{ matrix.os }}
runs-on: macos-${{ matrix.version }}

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit c2ce15c

Please sign in to comment.