Skip to content

Commit

Permalink
Merge pull request #93 from kolyshkin/ci-f35
Browse files Browse the repository at this point in the history
ci: bump Fedora to 35
  • Loading branch information
thaJeztah authored Nov 4, 2021
2 parents afb7f50 + 9372d68 commit fbd276c
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 fbd276c

Please sign in to comment.