From c0ee944c2b2ffa7096fbec438e7a5ed752f2e803 Mon Sep 17 00:00:00 2001 From: Hiddify Date: Fri, 2 Feb 2024 17:26:24 +0100 Subject: [PATCH] chg: ubuntu image to 20.04 for better compatibility --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ec4a5ce..88ef4e3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,7 +19,7 @@ jobs: matrix: job: - { os: 'ubuntu-latest', target: 'android' } - - { os: 'ubuntu-latest', target: 'linux-amd64', aarch: 'x64' } + - { os: 'ubuntu-20.04', target: 'linux-amd64', aarch: 'x64' } - { os: 'ubuntu-latest', target: 'windows-amd64', aarch: 'x64' } - { os: 'macos-11', target: 'macos-universal' } - { os: "macos-11", target: "ios" }