Skip to content

Commit e8ff7c6

Browse files
authored
Use macos-15 for style check (#1249)
#1216 updated the test runner image from `macos-12` to `macos-15`, but I forgot to update the image for style checks. This PR updates the runner for style checks as well.
1 parent a753093 commit e8ff7c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/minimal-tests-core.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
target:
8888
- { os: ubuntu-22.04, triple: x86_64-unknown-linux-gnu }
8989
- { os: ubuntu-22.04, triple: i686-unknown-linux-gnu }
90-
- { os: macos-12, triple: x86_64-apple-darwin }
90+
- { os: macos-15, triple: x86_64-apple-darwin }
9191
rust: ${{ fromJson(needs.setup-test-matrix.outputs.rust )}}
9292

9393
name: style-check/${{ matrix.target.triple }}/${{ matrix.rust }}

0 commit comments

Comments
 (0)