Skip to content

Commit

Permalink
Merge pull request #122 from delphinus/feat/test-on-others
Browse files Browse the repository at this point in the history
test: add CI on macos-15
  • Loading branch information
delphinus authored Oct 17, 2024
2 parents 8e12df5 + 5a30e4b commit 1f98cd5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@ jobs:
strategy:
matrix:
os:
# FIX: disable old macOS due to strange errors
#- macos-13
- macos-14
- macos-15
runs-on: ${{ matrix.os }}
timeout-minutes: 15
steps:
Expand Down

0 comments on commit 1f98cd5

Please sign in to comment.