Skip to content

Commit 6a99862

Browse files
authored
macos-13 runner is deprecated, switched to macos-15-intel (#10)
1 parent 5a7f431 commit 6a99862

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@ jobs:
2121
runs-on: ${{ matrix.os }}
2222
strategy:
2323
matrix:
24-
# macos-13 is an intel runner, macos-15 is apple silicon
25-
os: [ubuntu-24.04, ubuntu-24.04-arm, windows-2025, macos-13, macos-15]
24+
os: [ubuntu-24.04, ubuntu-24.04-arm, windows-2025, macos-15-intel, macos-15]
2625

2726
steps:
2827
- uses: actions/checkout@v5

0 commit comments

Comments
 (0)