We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f5ca00 commit c9607e7Copy full SHA for c9607e7
2 files changed
.github/workflows/ci.yml
@@ -499,7 +499,7 @@ jobs:
499
# We can enable crun again when we get a better CI infra.
500
runc: [runc]
501
# 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"]
+ box: ["fedora/36-cloud-base", "rockylinux/8"]
503
env:
504
GOTEST: gotestsum --
505
steps:
Vagrantfile
@@ -17,7 +17,7 @@
17
18
# Vagrantfile for Fedora and EL
19
Vagrant.configure("2") do |config|
20
- config.vm.box = ENV["BOX"] || "fedora/35-cloud-base"
+ config.vm.box = ENV["BOX"] || "fedora/36-cloud-base"
21
config.vm.box_version = ENV["BOX_VERSION"]
22
memory = 4096
23
cpus = 2
0 commit comments