From bd835d3ba6002de4d592e75a6d2397deb2196bed Mon Sep 17 00:00:00 2001 From: Rui-Sun Date: Mon, 6 Jan 2025 14:31:16 +0800 Subject: [PATCH] chore: change github macos version --- .github/workflows/hotfix-release.yml | 2 +- .github/workflows/pre-release.yml | 2 +- .github/workflows/release-changelog.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/sync-main-to-develop.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/hotfix-release.yml b/.github/workflows/hotfix-release.yml index 08533f132..d5c2ce28b 100644 --- a/.github/workflows/hotfix-release.yml +++ b/.github/workflows/hotfix-release.yml @@ -7,7 +7,7 @@ on: jobs: build: - runs-on: macOS-12 # 如果用了electron,记得改成 macOS-latest + runs-on: macOS-13 # 如果用了electron,记得改成 macOS-latest permissions: contents: write pull-requests: write diff --git a/.github/workflows/pre-release.yml b/.github/workflows/pre-release.yml index 2cdac14b6..b2a20d764 100644 --- a/.github/workflows/pre-release.yml +++ b/.github/workflows/pre-release.yml @@ -9,7 +9,7 @@ on: jobs: build: - runs-on: macOS-12 # 如果用了electron,记得改成 macOS-latest + runs-on: macOS-13 # 如果用了electron,记得改成 macOS-latest permissions: contents: write diff --git a/.github/workflows/release-changelog.yml b/.github/workflows/release-changelog.yml index 2f307bafc..4d5dd5294 100644 --- a/.github/workflows/release-changelog.yml +++ b/.github/workflows/release-changelog.yml @@ -7,7 +7,7 @@ on: jobs: update-changelog-after-publish-a-release: name: GitHub Actions Test - runs-on: macOS-12 + runs-on: macOS-13 strategy: matrix: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e9910136a..711899fce 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -7,7 +7,7 @@ on: jobs: build: - runs-on: macOS-12 # 如果用了electron,记得改成 macOS-latest + runs-on: macOS-13 # 如果用了electron,记得改成 macOS-latest permissions: contents: write pull-requests: write diff --git a/.github/workflows/sync-main-to-develop.yml b/.github/workflows/sync-main-to-develop.yml index 7fe1a18ba..8b84b6160 100644 --- a/.github/workflows/sync-main-to-develop.yml +++ b/.github/workflows/sync-main-to-develop.yml @@ -11,7 +11,7 @@ jobs: if_merged: if: github.event.pull_request.merged == true - runs-on: macOS-12 + runs-on: macOS-13 permissions: contents: write