Skip to content

Commit

Permalink
chore: remove macos-14 tests
Browse files Browse the repository at this point in the history
Signed-off-by: peefy <xpf6677@163.com>
  • Loading branch information
Peefy committed Jul 20, 2024
1 parent 63b4a9e commit 00f47a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main_darwin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
build-and-test:
strategy:
matrix:
os: [ macos-12, macos-13, macos-14 ]
os: [ macos-12, macos-13 ]
runs-on: ${{ matrix.os }}
steps:
- name: Git checkout
Expand Down

0 comments on commit 00f47a8

Please sign in to comment.