From 49b7105dadd40158175a257f37a7a6ac84ff3f02 Mon Sep 17 00:00:00 2001 From: Sylwester Lachiewicz Date: Thu, 9 Jan 2025 23:29:22 +0100 Subject: [PATCH] ci: run tests on macos-15 --- .github/workflows/early-access.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/early-access.yaml b/.github/workflows/early-access.yaml index 36df7615..d1b15cde 100644 --- a/.github/workflows/early-access.yaml +++ b/.github/workflows/early-access.yaml @@ -64,7 +64,7 @@ jobs: fail-fast: false matrix: # binaries wanted: linux amd64, mac intel, mac M1, windows x86 - os: [ ubuntu-latest, macos-13, macos-14, windows-latest ] + os: [ ubuntu-latest, macos-15, macos-13, macos-14, windows-latest ] runs-on: ${{ matrix.os }} steps: