From 316928edc322b674ba337ca22f3cef30bfbadb8b Mon Sep 17 00:00:00 2001 From: PiEgg Date: Tue, 16 Jul 2024 23:03:20 +0800 Subject: [PATCH] :package: Chore: update ci macos version --- .github/workflows/main.yml | 2 +- .github/workflows/manually.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6a1445606..8ef28a318 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -23,7 +23,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-latest, macos-11] + os: [ubuntu-latest, macos-14] # create steps steps: diff --git a/.github/workflows/manually.yml b/.github/workflows/manually.yml index 43ccc9876..20d7172ea 100644 --- a/.github/workflows/manually.yml +++ b/.github/workflows/manually.yml @@ -20,7 +20,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-latest, macos-11] + os: [ubuntu-latest, macos-14] # create steps steps: