From e97aacee8f837ab5c43a02d0a57b0d726a668b55 Mon Sep 17 00:00:00 2001 From: aoshiguchen <1052045476@qq.com> Date: Sat, 24 May 2025 20:17:43 +0800 Subject: [PATCH] workflow. --- .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 70f8adda..ce9b7feb 100644 --- a/.github/workflows/linux_mac_native.yml +++ b/.github/workflows/linux_mac_native.yml @@ -13,7 +13,7 @@ jobs: matrix: # see: https://docs.github.com/zh/actions/using-jobs/choosing-the-runner-for-a-job # os: ['ubuntu-20.04', 'macos-12'] - os: ['ubuntu-24.04'] + os: ['ubuntu-22.04'] name: build - ${{ matrix.os }} runs-on: ${{ matrix.os }} # https://github.com/softprops/action-gh-release/issues/236#issuecomment-1150530128