From fa1b4ff8c1efe00880cea91fefe158c674eac1d4 Mon Sep 17 00:00:00 2001 From: leleliu008 Date: Sat, 26 Oct 2024 00:21:56 +0800 Subject: [PATCH] GitHub Actions: adding macos-15 runner image --- .github/workflows/testing-on-macos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/testing-on-macos.yml b/.github/workflows/testing-on-macos.yml index bd8c652389..7b2baa7ab6 100644 --- a/.github/workflows/testing-on-macos.yml +++ b/.github/workflows/testing-on-macos.yml @@ -11,7 +11,7 @@ jobs: strategy: matrix: - os: [macos-14, macos-13, macos-12] + os: [macos-15, macos-14, macos-13, macos-12] runs-on: ${{ matrix.os }}