Skip to content

Commit

Permalink
ci: remove macos14 from builds
Browse files Browse the repository at this point in the history
  • Loading branch information
kalvkusk committed May 23, 2024
1 parent 01ef99e commit eb1be06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ windows-latest, macos-11, macos-14, ubuntu-latest ]
os: [ windows-latest, macos-11, ubuntu-latest ]
name: build ${{ matrix.os }}
runs-on: ${{ matrix.os }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ windows-latest, macos-11, macos-14, ubuntu-latest ]
os: [ windows-latest, macos-11, ubuntu-latest ]
name: build ${{ matrix.os }}
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit eb1be06

Please sign in to comment.