From ad32e36ba211385f3cf35ba69313b70037e18f7a Mon Sep 17 00:00:00 2001 From: aoshiguchen <1052045476@qq.com> Date: Mon, 18 Dec 2023 10:47:55 +0800 Subject: [PATCH] . --- .github/workflows/linux_mac_native.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linux_mac_native.yml b/.github/workflows/linux_mac_native.yml index 153d04fc..504fbfc5 100644 --- a/.github/workflows/linux_mac_native.yml +++ b/.github/workflows/linux_mac_native.yml @@ -12,7 +12,7 @@ jobs: fail-fast: false matrix: # see: https://docs.github.com/zh/actions/using-jobs/choosing-the-runner-for-a-job -# os: ['ubuntu-20.04', 'macos-12'] + # os: ['ubuntu-20.04', 'macos-12'] os: ['ubuntu-20.04'] name: build - ${{ matrix.os }} runs-on: ${{ matrix.os }}