Skip to content

Commit

Permalink
ci: bump Fedora to 35
Browse files Browse the repository at this point in the history
While at it, remove the version suffix from vagrant file.

Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
  • Loading branch information
kolyshkin committed Nov 3, 2021
1 parent 1bcc0b1 commit 9372d68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .ci/Vagrantfile.fedora34 → .ci/Vagrantfile.fedora
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

Vagrant.configure("2") do |config|
# Fedora box is used for testing cgroup v2 support
config.vm.box = "fedora/34-cloud-base"
config.vm.box = "fedora/35-cloud-base"
config.vm.provider :virtualbox do |v|
v.memory = 2048
v.cpus = 2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- uses: actions/checkout@v2
- name: prepare vagrant
run: |
ln -sf .ci/Vagrantfile.fedora34 Vagrantfile
ln -sf .ci/Vagrantfile.fedora Vagrantfile
# Retry if it fails (download.fedoraproject.org returns 404 sometimes)
vagrant up || vagrant up
vagrant ssh-config >> ~/.ssh/config
Expand Down

0 comments on commit 9372d68

Please sign in to comment.