Skip to content

Commit e8d4ed6

Browse files
authored
Replace macos-13 actions runner (#695)
1 parent c781747 commit e8d4ed6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
matrix:
2020
include:
21-
- os: macos-13 # macos-13 is the only macOS github runner supporting Docker.
21+
- os: macos-15-intel # This is the only macOS github runner supporting Docker.
2222
container-engine: docker@latest
2323
- os: windows-latest
2424
container-engine: docker@latest

0 commit comments

Comments
 (0)