We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c781747 commit e8d4ed6Copy full SHA for e8d4ed6
.github/workflows/ci.yml
@@ -18,7 +18,7 @@ jobs:
18
strategy:
19
matrix:
20
include:
21
- - os: macos-13 # macos-13 is the only macOS github runner supporting Docker.
+ - os: macos-15-intel # This is the only macOS github runner supporting Docker.
22
container-engine: docker@latest
23
- os: windows-latest
24
0 commit comments