Skip to content

Commit

Permalink
specify ubuntu version for publish to avoid incompatible with pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
dothinking committed Jan 7, 2024
1 parent 1a31d5c commit 986253a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Expand Up @@ -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:
Expand Down

0 comments on commit 986253a

Please sign in to comment.