From 0fb075cb63a5443371bdd79ab094b3caa50689fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=B1=B3?= Date: Mon, 2 Dec 2024 23:45:06 +0800 Subject: [PATCH] update --- .github/workflows/DDTV_Dev.yml | 2 -- .github/workflows/DDTV_Release.yml | 2 -- .github/workflows/DDTV_Test.yml | 2 -- 3 files changed, 6 deletions(-) diff --git a/.github/workflows/DDTV_Dev.yml b/.github/workflows/DDTV_Dev.yml index 12689f4cf..7cc68a14e 100644 --- a/.github/workflows/DDTV_Dev.yml +++ b/.github/workflows/DDTV_Dev.yml @@ -19,8 +19,6 @@ jobs: include: - os: windows-latest runtime: win-x64 - - os: macOS-latest - runtime: osx-x64 - os: macOS-latest runtime: osx-arm64 - os: ubuntu-latest diff --git a/.github/workflows/DDTV_Release.yml b/.github/workflows/DDTV_Release.yml index 62566b0e9..e15f44cdb 100644 --- a/.github/workflows/DDTV_Release.yml +++ b/.github/workflows/DDTV_Release.yml @@ -19,8 +19,6 @@ jobs: include: - os: windows-latest runtime: win-x64 - - os: macOS-latest - runtime: osx-x64 - os: macOS-latest runtime: osx-arm64 - os: ubuntu-latest diff --git a/.github/workflows/DDTV_Test.yml b/.github/workflows/DDTV_Test.yml index e1ebed12b..9d9187d6d 100644 --- a/.github/workflows/DDTV_Test.yml +++ b/.github/workflows/DDTV_Test.yml @@ -19,8 +19,6 @@ jobs: include: - os: windows-latest runtime: win-x64 - - os: macOS-latest - runtime: osx-x64 - os: macOS-latest runtime: osx-arm64 - os: ubuntu-latest