From 57078b63eb0c99a1baf146def0503633c41c30c2 Mon Sep 17 00:00:00 2001 From: Guillaume Chereau Date: Sun, 2 Jun 2024 19:58:01 +0800 Subject: [PATCH] Run the CI on latest MacOS Trying to fix the MacOS artifact that is currently not working. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4a3a3680f..8718c2ac8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -72,7 +72,7 @@ jobs: if-no-files-found: error osx_x86_64: - runs-on: macos-11 + runs-on: macos-latest steps: - uses: actions/checkout@v3 with: