Skip to content

Commit a54c407

Browse files
committed
Use container instead
1 parent 4085c79 commit a54c407

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,10 @@ jobs:
1717
# Allow Python pre-releases:
1818
# https://github.com/actions/setup-python/blob/main/docs/advanced-usage.md#allow-pre-releases
1919
# See "allow-prereleases: true" below.
20-
os: [fedora:latest]
20+
os: [ubuntu-latest]
21+
container:
22+
# Use the Fedora container to get more Python versions
23+
image: fedora:latest
2124
python:
2225
# Python versions (CPython):
2326
# https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json

0 commit comments

Comments
 (0)