From 941cf7f6cb0ef456247ced58748e4e7b380d0774 Mon Sep 17 00:00:00 2001 From: DaiYu <103192865+DaiYu-233@users.noreply.github.com> Date: Sun, 9 Mar 2025 12:25:09 +0800 Subject: [PATCH 1/3] Update build.yml --- .github/workflows/build.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index dbacb36..9406323 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -54,7 +54,6 @@ jobs: sudo su pupnet --runtime linux-x64 --kind appimage -o PCL2.Neo.linux.x64.AppImage -y --app-version ${{ needs.time.outputs.y }}.${{ needs.time.outputs.md }}.${{ needs.time.outputs.hm }} pupnet --runtime linux-arm64 --kind appimage -o PCL2.Neo.linux.arm64.AppImage -y --app-version ${{ needs.time.outputs.y }}.${{ needs.time.outputs.md }}.${{ needs.time.outputs.hm }} - continue-on-error: true - name: Build-MacOsApp run: | cd ./PCL2.Neo From 017eb93bbe5c39a8840290e14c3f5af7af5e909f Mon Sep 17 00:00:00 2001 From: DaiYu <103192865+DaiYu-233@users.noreply.github.com> Date: Sun, 9 Mar 2025 12:31:00 +0800 Subject: [PATCH 2/3] Update build.yml --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9406323..8fdcb4c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -32,7 +32,7 @@ jobs: echo "The current time is: ${{ steps.date.outputs.time }}" build: - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 needs: time steps: - name: Checkout From b60a293225d1d5bb07ad5f244ad4c8a7f4b9b389 Mon Sep 17 00:00:00 2001 From: DaiYu <103192865+DaiYu-233@users.noreply.github.com> Date: Sun, 9 Mar 2025 12:37:52 +0800 Subject: [PATCH 3/3] Update build.yml --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8fdcb4c..be4ac25 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -32,7 +32,7 @@ jobs: echo "The current time is: ${{ steps.date.outputs.time }}" build: - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 needs: time steps: - name: Checkout