From 16282faa3b78aeb261d632b9918ef643e1bf0b9e Mon Sep 17 00:00:00 2001 From: Charlie Vanaret Date: Mon, 3 Nov 2025 12:09:51 +0100 Subject: [PATCH] Replaced macos-13 with macos-latest --- .github/workflows/julia-tests-jll.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/julia-tests-jll.yml b/.github/workflows/julia-tests-jll.yml index b841167bd..a97812514 100644 --- a/.github/workflows/julia-tests-jll.yml +++ b/.github/workflows/julia-tests-jll.yml @@ -16,7 +16,7 @@ jobs: fail-fast: false matrix: version: ['1'] - os: [ubuntu-latest, windows-latest, macos-13] + os: [ubuntu-latest, windows-latest, macos-latest] arch: ['x64'] allow_failure: [false] include: @@ -36,7 +36,7 @@ jobs: with: compiler: 'gcc' version: '14' - if: matrix.os == 'macos-latest' || matrix.os == 'macos-13' + if: matrix.os == 'macos-latest' - uses: julia-actions/setup-julia@v2 with: