Skip to content

Commit b426c96

Browse files
Merge #553
553: we have since stopped using setup-python r=Veykril a=tshepang Also, ubuntu-20.04 runner is deprecated Co-authored-by: Tshepang Mbambo <[email protected]>
2 parents 1c2301c + 95c53bc commit b426c96

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,7 @@ permissions:
1717
jobs:
1818
ci:
1919
name: CI
20-
# Ubuntu 22.04 does not support actions/setup-python with Python 3.6 as of
21-
# 2022-11-24. See https://github.com/actions/setup-python/issues/544.
22-
runs-on: ubuntu-20.04
20+
runs-on: ubuntu-latest
2321
steps:
2422
- uses: actions/checkout@v3
2523

0 commit comments

Comments
 (0)