Skip to content

Commit 32c7408

Browse files
committed
fix GHA
1 parent 9b75c82 commit 32c7408

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
fail-fast: false
2525
matrix:
2626
# 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]
27+
platform: [ubuntu-latest-8-cores, macos-latest]
2828
runs-on: ${{ matrix.platform }}
2929
defaults:
3030
run:

0 commit comments

Comments
 (0)