From a7c725bec38aa60279ee6a9679680327f0164c3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Cavelan?= Date: Thu, 27 Jun 2024 11:29:34 +0200 Subject: [PATCH] Update github action runners images to latest versions, remove deprecated macos-11 (#390) * update github action runners images to latest versions * remove deprecated macos-11 * remove ubuntu-20.04 --- .github/workflows/build-and-deploy.yml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index 8aeab6d6..42d3d8a7 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -43,18 +43,21 @@ jobs: matrix: # os: [] #for testing with act include: - - os: ubuntu-22.04 + - os: ubuntu-24.04 compiler: g++ target: Linux - - os: ubuntu-20.04 + - os: ubuntu-22.04 compiler: g++ target: Linux - - os: macos-12 + - os: macos-14 + compiler: clang + + - os: macos-13 compiler: clang - - os: macos-11 + - os: macos-12 compiler: clang steps: