Skip to content

Commit 2e5f4c5

Browse files
committed
Update GitHub Actions workflow to use Ubuntu 22.04 for smoke tests
python 3.7 is no longer supported in ubuntu-latest
1 parent 4753660 commit 2e5f4c5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python-smoke-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ permissions:
1212
jobs:
1313
build:
1414

15-
runs-on: ubuntu-latest
15+
runs-on: ubuntu-22.04
1616

1717
strategy:
1818
max-parallel: 1

0 commit comments

Comments
 (0)