From f279d9e6c6b23bdfa71235bc1de3e39865f5cb58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C3=BAl=20Ibarra=20Corretg=C3=A9?= Date: Tue, 16 Jul 2024 22:37:08 +0200 Subject: [PATCH] ci: use macOS 12 for macOS and iOS builds macOS 11 is gone: https://github.com/actions/runner-images/pull/10198 --- .github/workflows/CI-unix.yml | 8 ++++---- .github/workflows/sanitizer.yml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/CI-unix.yml b/.github/workflows/CI-unix.yml index acc9e8a5..581edaaa 100644 --- a/.github/workflows/CI-unix.yml +++ b/.github/workflows/CI-unix.yml @@ -51,9 +51,9 @@ jobs: ls -lh build build-macos: - runs-on: macos-11 + runs-on: macos-12 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Envinfo run: npx envinfo - name: Setup @@ -86,9 +86,9 @@ jobs: make -C build-auto -j4 build-ios: - runs-on: macos-11 + runs-on: macos-12 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Configure run: | mkdir build-ios diff --git a/.github/workflows/sanitizer.yml b/.github/workflows/sanitizer.yml index fb2f1eb2..28538174 100644 --- a/.github/workflows/sanitizer.yml +++ b/.github/workflows/sanitizer.yml @@ -67,9 +67,9 @@ jobs: ./build-ubsan/uv_run_tests_a sanitizers-macos: - runs-on: macos-11 + runs-on: macos-12 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Envinfo run: npx envinfo