From 19957c5986e2f6dd0f433adf7004412c9f1503a7 Mon Sep 17 00:00:00 2001 From: Antoine Lambert Date: Mon, 27 May 2024 19:10:04 +0200 Subject: [PATCH] gha/macports: Bump minimal macos version to 12 as macos-11 reached EOL --- .github/workflows/macos-macports-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/macos-macports-build.yml b/.github/workflows/macos-macports-build.yml index f4dfdb36db..9cc8d17069 100644 --- a/.github/workflows/macos-macports-build.yml +++ b/.github/workflows/macos-macports-build.yml @@ -12,7 +12,7 @@ jobs: matrix: config: - name: Talipot build on macOS x86_64 - os: macos-11 + os: macos-12 - name: Talipot build on macOS arm64 os: macos-14 steps: