Skip to content

Commit

Permalink
ci: test with macos 13
Browse files Browse the repository at this point in the history
  • Loading branch information
sebthom committed Oct 21, 2024
1 parent a24b1b3 commit 248859c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ jobs:
strategy:
fail-fast: false
matrix:
os:
os: # https://github.com/actions/runner-images#available-images
- ubuntu-latest
- macos-12 # x64
- macos-13 # x64
- macos-latest # ARM
- windows-latest

Expand Down

0 comments on commit 248859c

Please sign in to comment.