From 998a6fc5b79e15d4d1ef11f154912761a29843bf Mon Sep 17 00:00:00 2001 From: tdbbyd Date: Wed, 7 Jan 2026 16:20:42 +0200 Subject: [PATCH 1/2] migrate to new intel images --- .github/workflows/github_actions.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/github_actions.yml b/.github/workflows/github_actions.yml index 0cf60b51..3afb6921 100644 --- a/.github/workflows/github_actions.yml +++ b/.github/workflows/github_actions.yml @@ -35,7 +35,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ ubuntu-22.04, macos-14 ] + os: [ ubuntu-22.04, macos-14, macos-14-large ] steps: - name: checkout uses: actions/checkout@v4 @@ -154,7 +154,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ macos-13, ubuntu-22.04, macos-14] + os: [ macos-14-large, ubuntu-22.04, macos-14] steps: - name: Set up Java @@ -265,7 +265,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ ubuntu-22.04, macos-13, macos-14, windows-2022 ] + os: [ ubuntu-22.04, macos-14-large, macos-14, windows-2022 ] steps: - name: Checkout From f6de140c5198f65f31644d47f2997d52e128e2f7 Mon Sep 17 00:00:00 2001 From: tdbbyd Date: Wed, 7 Jan 2026 16:37:34 +0200 Subject: [PATCH 2/2] migrate to new intel images v2 --- .github/workflows/github_actions.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/github_actions.yml b/.github/workflows/github_actions.yml index 3afb6921..398e45f3 100644 --- a/.github/workflows/github_actions.yml +++ b/.github/workflows/github_actions.yml @@ -35,7 +35,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ ubuntu-22.04, macos-14, macos-14-large ] + os: [ ubuntu-22.04, macos-14, macos-15-intel ] steps: - name: checkout uses: actions/checkout@v4 @@ -154,7 +154,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ macos-14-large, ubuntu-22.04, macos-14] + os: [ macos-15-intel, ubuntu-22.04, macos-14] steps: - name: Set up Java @@ -265,7 +265,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ ubuntu-22.04, macos-14-large, macos-14, windows-2022 ] + os: [ ubuntu-22.04, macos-15-intel, macos-14, windows-2022 ] steps: - name: Checkout