From d3fe0850e1ea87b9e8a1e9e439c06386a0f7518c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Cavelan?= Date: Mon, 6 Jan 2025 16:32:16 +0100 Subject: [PATCH] remove macos-12 and add macos-15 --- .github/workflows/build-and-deploy.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index 42d3d8a7..652b1a05 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -50,6 +50,9 @@ jobs: - os: ubuntu-22.04 compiler: g++ target: Linux + + - os: macos-15 + compiler: clang - os: macos-14 compiler: clang @@ -57,9 +60,6 @@ jobs: - os: macos-13 compiler: clang - - os: macos-12 - compiler: clang - steps: - uses: actions/checkout@v3