Skip to content

Commit 71001c3

Browse files
Lorak-mmkfruch
authored andcommitted
Use ubuntu 20.04 for python2 tests
1 parent e113a67 commit 71001c3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test-python2.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on: [push, pull_request]
55
jobs:
66
test:
77
name: Test on python2
8-
runs-on: ubuntu-latest
8+
runs-on: ubuntu-20.04
99
steps:
1010
- uses: actions/checkout@v3
1111

@@ -23,7 +23,7 @@ jobs:
2323
build:
2424
name: Build source/wheel distribution for python2
2525
if: "(!contains(github.event.pull_request.labels.*.name, 'disable-test-build'))|| github.event_name == 'push' && endsWith(github.event.ref, 'scylla')"
26-
runs-on: ubuntu-latest
26+
runs-on: ubuntu-20.04
2727
steps:
2828
- uses: actions/checkout@v3
2929

@@ -41,7 +41,7 @@ jobs:
4141

4242
upload_pypi:
4343
needs: [build, test]
44-
runs-on: ubuntu-latest
44+
runs-on: ubuntu-20.04
4545
# upload to PyPI on every tag starting with 'v'
4646
if: github.event_name == 'push' && endsWith(github.event.ref, 'scylla')
4747
# alternatively, to publish when a GitHub Release is created, use the following rule:

0 commit comments

Comments
 (0)