From 44bf36bc50c40dcced2f10289bdacf498dec5ff9 Mon Sep 17 00:00:00 2001 From: Hugh Sanderson Date: Sun, 9 Jun 2024 19:33:39 +0800 Subject: [PATCH] Run mac cicd on macos-13 --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2aa6fe58c..c2cfe7960 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -5,7 +5,7 @@ jobs: build_matrix: strategy: matrix: - os: [ubuntu-latest, windows-latest, macos-latest] + os: [ubuntu-latest, windows-latest, macos-13] runs-on: ${{ matrix.os }} steps: - name: Checkout