From c63d4d196b5015506f69c8c669772d5049003263 Mon Sep 17 00:00:00 2001 From: Silvio Traversaro Date: Mon, 7 Oct 2024 09:32:01 +0200 Subject: [PATCH] Stop using macos-12 in GitHub Actions CI --- .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 bd709225..5974d27d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: strategy: matrix: build_type: [Release] - os: [ubuntu-latest, windows-2019, macos-12] + os: [ubuntu-latest, windows-2019, macos-latest] fail-fast: false steps: