Skip to content

Commit

Permalink
Replace Fedora latest with Fedora 40 (#76)
Browse files Browse the repository at this point in the history
Latest (41) comes with Python 3.13, which we do not support yet
  • Loading branch information
JCGoran authored Nov 12, 2024
1 parent 81b999e commit e69a849
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-neuron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ jobs:
- { vm: ubuntu-latest, container: "quay.io/centos/centos:stream9", flavour: redhat }
# Fedora 37 Docker image
- { vm: ubuntu-latest, container: "fedora:37", flavour: redhat }
# Fedora Latest (38, at time of writing) Docker image
- { vm: ubuntu-latest, container: "fedora:latest", flavour: redhat }
# Fedora 40 Docker image
- { vm: ubuntu-latest, container: "fedora:40", flavour: redhat }
# Ubuntu 20.04 Docker image
- { vm: ubuntu-latest, container: "ubuntu:20.04", flavour: debian }
# Ubuntu Latest (22.04, at time of writing) Docker image
Expand Down
File renamed without changes.

0 comments on commit e69a849

Please sign in to comment.