From bd512897f507aa8d58ca079291c2a84ae105b090 Mon Sep 17 00:00:00 2001 From: Maximilian Kratz Date: Thu, 17 Oct 2024 13:20:16 +0200 Subject: [PATCH 1/2] Update macOS-based runner images to v13 --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eb76fbf..f5c9865 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -257,7 +257,7 @@ jobs: # Build Eclipse eMoflon macOS user build-macos-user: needs: [create-splash-image, collect-github-api-artifacts] - runs-on: [macos-12] + runs-on: [macos-13] steps: - name: Start message run: echo "Started CI build (Eclipse eMoflon macOS user)." @@ -295,7 +295,7 @@ jobs: # Build Eclipse eMoflon macOS dev build-macos-dev: needs: [create-splash-image, collect-github-api-artifacts] - runs-on: [macos-12] + runs-on: [macos-13] steps: - name: Start message run: echo "Started CI build (Eclipse eMoflon macOS dev)." @@ -333,7 +333,7 @@ jobs: # Build Eclipse eMoflon macOS dev HiPE build-macos-dev-hipe: needs: [create-splash-image, collect-github-api-artifacts] - runs-on: [macos-12] + runs-on: [macos-13] steps: - name: Start message run: echo "Started CI build (Eclipse eMoflon macOS dev HiPE)." From 5e049003c4d25fd4873f919480e3ade912e36ad5 Mon Sep 17 00:00:00 2001 From: Maximilian Kratz Date: Thu, 17 Oct 2024 13:21:55 +0200 Subject: [PATCH 2/2] Update macOS-based runner images to v14 --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f5c9865..5614ee6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -257,7 +257,7 @@ jobs: # Build Eclipse eMoflon macOS user build-macos-user: needs: [create-splash-image, collect-github-api-artifacts] - runs-on: [macos-13] + runs-on: [macos-14] steps: - name: Start message run: echo "Started CI build (Eclipse eMoflon macOS user)." @@ -295,7 +295,7 @@ jobs: # Build Eclipse eMoflon macOS dev build-macos-dev: needs: [create-splash-image, collect-github-api-artifacts] - runs-on: [macos-13] + runs-on: [macos-14] steps: - name: Start message run: echo "Started CI build (Eclipse eMoflon macOS dev)." @@ -333,7 +333,7 @@ jobs: # Build Eclipse eMoflon macOS dev HiPE build-macos-dev-hipe: needs: [create-splash-image, collect-github-api-artifacts] - runs-on: [macos-13] + runs-on: [macos-14] steps: - name: Start message run: echo "Started CI build (Eclipse eMoflon macOS dev HiPE)."