From 35edb3645c77b0bfc1bf2e41c54e180117a1787e Mon Sep 17 00:00:00 2001 From: Yi Lin Date: Thu, 5 Dec 2024 01:30:12 +0000 Subject: [PATCH] Use macos-15 for style check --- .github/workflows/minimal-tests-core.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/minimal-tests-core.yml b/.github/workflows/minimal-tests-core.yml index 7334488d63..2a113ca850 100644 --- a/.github/workflows/minimal-tests-core.yml +++ b/.github/workflows/minimal-tests-core.yml @@ -87,7 +87,7 @@ jobs: target: - { os: ubuntu-22.04, triple: x86_64-unknown-linux-gnu } - { os: ubuntu-22.04, triple: i686-unknown-linux-gnu } - - { os: macos-12, triple: x86_64-apple-darwin } + - { os: macos-15, triple: x86_64-apple-darwin } rust: ${{ fromJson(needs.setup-test-matrix.outputs.rust )}} name: style-check/${{ matrix.target.triple }}/${{ matrix.rust }}