From 1fffd15b4620047de5ba17d0414d07b8a03cb8ed Mon Sep 17 00:00:00 2001 From: Silvio Traversaro Date: Mon, 7 Oct 2024 10:41:22 +0200 Subject: [PATCH] Stop using macos-12 in GitHub Actions CI (#419) --- .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: