Skip to content

Commit 0c8210e

Browse files
committed
* 自动打包使用最新的ubuntu
1 parent a110a2f commit 0c8210e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
os: [ "ubuntu"] # "ubuntu-18.04", "windows-latest","macos-latest"
14+
os: [ "ubuntu-latest"] # "ubuntu-18.04", "windows-latest","macos-latest"
1515
python-version: ["3.7"]
1616
steps:
1717
- name: 克隆代码
@@ -33,7 +33,7 @@ jobs:
3333
strategy:
3434
fail-fast: false
3535
matrix:
36-
os: [ "ubuntu"] # "ubuntu-18.04", "windows-latest","macos-latest"
36+
os: [ "ubuntu-latest"] # "ubuntu-18.04", "windows-latest","macos-latest"
3737
python-version: ["3.7"]
3838
steps:
3939
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)