We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a110a2f commit 0c8210eCopy full SHA for 0c8210e
.github/workflows/python-release.yml
@@ -11,7 +11,7 @@ jobs:
11
strategy:
12
fail-fast: false
13
matrix:
14
- os: [ "ubuntu"] # "ubuntu-18.04", "windows-latest","macos-latest"
+ os: [ "ubuntu-latest"] # "ubuntu-18.04", "windows-latest","macos-latest"
15
python-version: ["3.7"]
16
steps:
17
- name: 克隆代码
@@ -33,7 +33,7 @@ jobs:
33
34
35
36
37
38
39
- uses: actions/checkout@v3
0 commit comments