From 5953256c117e824ae14a211e6b9c8f87963a2472 Mon Sep 17 00:00:00 2001 From: songyinyin Date: Wed, 25 Oct 2023 16:02:55 +0800 Subject: [PATCH] test github action v19 --- .github/workflows/linux_mac_native.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/linux_mac_native.yml b/.github/workflows/linux_mac_native.yml index c261a4ee..1767d441 100644 --- a/.github/workflows/linux_mac_native.yml +++ b/.github/workflows/linux_mac_native.yml @@ -12,7 +12,8 @@ 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 }} # https://github.com/softprops/action-gh-release/issues/236#issuecomment-1150530128