We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b75c82 commit 32c7408Copy full SHA for 32c7408
.github/workflows/ci.yaml
@@ -24,7 +24,7 @@ jobs:
24
fail-fast: false
25
matrix:
26
# https://docs.github.com/en/free-pro-team@latest/actions/reference/specifications-for-github-hosted-runners#supported-runners-and-hardware-resources
27
- platform: [ubuntu-latest-8-cores, macos-12]
+ platform: [ubuntu-latest-8-cores, macos-latest]
28
runs-on: ${{ matrix.platform }}
29
defaults:
30
run:
0 commit comments