There was an error while loading. Please reload this page.
1 parent 4085c79 commit a54c407Copy full SHA for a54c407
1 file changed
.github/workflows/build.yml
@@ -17,7 +17,10 @@ jobs:
17
# Allow Python pre-releases:
18
# https://github.com/actions/setup-python/blob/main/docs/advanced-usage.md#allow-pre-releases
19
# See "allow-prereleases: true" below.
20
- os: [fedora:latest]
+ os: [ubuntu-latest]
21
+ container:
22
+ # Use the Fedora container to get more Python versions
23
+ image: fedora:latest
24
python:
25
# Python versions (CPython):
26
# https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json
0 commit comments