Skip to content

Commit c9607e7

Browse files
committed
Update Fedora version to 36
Signed-off-by: Phil Estes <[email protected]>
1 parent 1f5ca00 commit c9607e7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -499,7 +499,7 @@ jobs:
499499
# We can enable crun again when we get a better CI infra.
500500
runc: [runc]
501501
# Fedora is for testing cgroup v2 functionality, Rocky Linux is for testing on an enterprise-grade environment
502-
box: ["fedora/35-cloud-base", "rockylinux/8"]
502+
box: ["fedora/36-cloud-base", "rockylinux/8"]
503503
env:
504504
GOTEST: gotestsum --
505505
steps:

Vagrantfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
# Vagrantfile for Fedora and EL
1919
Vagrant.configure("2") do |config|
20-
config.vm.box = ENV["BOX"] || "fedora/35-cloud-base"
20+
config.vm.box = ENV["BOX"] || "fedora/36-cloud-base"
2121
config.vm.box_version = ENV["BOX_VERSION"]
2222
memory = 4096
2323
cpus = 2

0 commit comments

Comments
 (0)