From 986253a488d8645d59215d5dfb4a58316a59922b Mon Sep 17 00:00:00 2001 From: dothinking Date: Sun, 7 Jan 2024 18:41:34 +0800 Subject: [PATCH] specify ubuntu version for publish to avoid incompatible with pytest --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index fd36a67..c020ed5 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -20,7 +20,7 @@ jobs: build: # The type of runner that the job will run on - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 # Steps represent a sequence of tasks that will be executed as part of the job steps: