From 6a70f0a88302613913032cbf047c04cc248b74a8 Mon Sep 17 00:00:00 2001 From: Markus Frohme Date: Mon, 15 Dec 2025 18:21:58 +0100 Subject: [PATCH] ci: replace deprecated macos image --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 471054823..6d2bea960 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,7 +46,7 @@ jobs: strategy: matrix: jdk: [ 17, 21, 25 ] - os: [ ubuntu-latest, windows-latest, macos-13, macos-latest ] + os: [ ubuntu-latest, windows-latest, macos-15-intel, macos-latest ] runs-on: ${{ matrix.os }} steps: - name: Checkout