From 456a573575cf13fdfb1a3397e4c1235a48d0d2fc Mon Sep 17 00:00:00 2001 From: Jean Philippe Date: Wed, 20 Aug 2025 12:01:54 +0000 Subject: [PATCH 1/3] updated macos agent image --- .github/workflows/job-cmakebuild-macOS.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/job-cmakebuild-macOS.yml b/.github/workflows/job-cmakebuild-macOS.yml index 93f0bf70..85cb6394 100644 --- a/.github/workflows/job-cmakebuild-macOS.yml +++ b/.github/workflows/job-cmakebuild-macOS.yml @@ -18,7 +18,7 @@ on: jobs: cmake-build: name: cmake-build-macOS-${{ inputs.architecture }}-${{ inputs.configuration }} - runs-on: ${{ inputs.architecture == 'x64' && 'macos-13' || 'macos-latest' }} + runs-on: ${{ inputs.architecture == 'x64' && 'macos-14' || 'macos-14-arm64' }} steps: - name: Checkout repository uses: actions/checkout@v4 From 149574076ed120470fc073c1432efdee0c93f20f Mon Sep 17 00:00:00 2001 From: Jean Philippe Date: Wed, 20 Aug 2025 12:14:56 +0000 Subject: [PATCH 2/3] update pool image --- .github/workflows/job-cmakebuild-macOS.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/job-cmakebuild-macOS.yml b/.github/workflows/job-cmakebuild-macOS.yml index 85cb6394..11351b82 100644 --- a/.github/workflows/job-cmakebuild-macOS.yml +++ b/.github/workflows/job-cmakebuild-macOS.yml @@ -18,7 +18,7 @@ on: jobs: cmake-build: name: cmake-build-macOS-${{ inputs.architecture }}-${{ inputs.configuration }} - runs-on: ${{ inputs.architecture == 'x64' && 'macos-14' || 'macos-14-arm64' }} + runs-on: ${{ inputs.architecture == 'x64' && 'macos-14' || 'macos-14' }} steps: - name: Checkout repository uses: actions/checkout@v4 From d8a28c884d11e2a25dc296d30d4fedc35a26635f Mon Sep 17 00:00:00 2001 From: Jean Philippe Date: Wed, 20 Aug 2025 12:35:39 +0000 Subject: [PATCH 3/3] updated macos pull image --- .github/workflows/job-cmakebuild-macOS.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/job-cmakebuild-macOS.yml b/.github/workflows/job-cmakebuild-macOS.yml index 11351b82..819959f2 100644 --- a/.github/workflows/job-cmakebuild-macOS.yml +++ b/.github/workflows/job-cmakebuild-macOS.yml @@ -18,7 +18,7 @@ on: jobs: cmake-build: name: cmake-build-macOS-${{ inputs.architecture }}-${{ inputs.configuration }} - runs-on: ${{ inputs.architecture == 'x64' && 'macos-14' || 'macos-14' }} + runs-on: ${{ inputs.architecture == 'x64' && 'macos-13' || 'macos-14' }} steps: - name: Checkout repository uses: actions/checkout@v4