From 1606b4993d3aa090b25312b7c269976786fa9b6f Mon Sep 17 00:00:00 2001 From: PengZheng Date: Mon, 24 Jun 2024 16:25:54 +0800 Subject: [PATCH] Update to macOS-12. --- .github/workflows/conan_create.yml | 2 +- .github/workflows/macos.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/conan_create.yml b/.github/workflows/conan_create.yml index 575cab429..8754f9d1f 100644 --- a/.github/workflows/conan_create.yml +++ b/.github/workflows/conan_create.yml @@ -76,7 +76,7 @@ jobs: conan remove -c celix/* mac-build: - runs-on: macOS-11 + runs-on: macOS-12 timeout-minutes: 120 steps: - name: Checkout source code diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 54872e504..84814a086 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -16,7 +16,7 @@ env: jobs: macos-build-conan: - runs-on: macOS-11 + runs-on: macOS-12 timeout-minutes: 120 steps: - name: Checkout source code