From 5aebbb88b3a72e5337f24df0ac4a34dc50a6f68d Mon Sep 17 00:00:00 2001 From: Zongle Wang Date: Thu, 18 Jul 2024 09:42:32 +0800 Subject: [PATCH] Go back to macos-latest Now macos-latest is moved to Arm64, it's also based on macos-14. See https://github.com/actions/runner-images?tab=readme-ov-file#available-images. --- .github/workflows/build-and-test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-test.yaml b/.github/workflows/build-and-test.yaml index 084d98a..eebec91 100644 --- a/.github/workflows/build-and-test.yaml +++ b/.github/workflows/build-and-test.yaml @@ -50,7 +50,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-22.04, macos-12, macos-14, windows-2019] + os: [ubuntu-22.04, macos-12, macos-latest, windows-2019] steps: - uses: actions/checkout@v4