Skip to content

Commit 5f4e271

Browse files
committed
Fix: ubuntu-latest version
1 parent 06d70eb commit 5f4e271

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515
jobs:
1616

1717
build:
18-
runs-on: ubuntu-22.04
18+
runs-on: ubuntu-latest
1919
strategy:
2020
matrix:
2121
python-version: ["3.7"]

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on: [push, pull_request]
33
jobs:
44

55
build:
6-
runs-on: ubuntu-20.04
6+
runs-on: ubuntu-latest
77
strategy:
88
matrix:
99
python-version: ["3.7"]

0 commit comments

Comments
 (0)