File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 26
26
jobs :
27
27
Test :
28
28
name : ${{ matrix.instance }}
29
- runs-on : ubuntu-24 .04
29
+ runs-on : ubuntu-20 .04
30
30
timeout-minutes : ${{ inputs.timeout }}
31
31
strategy :
32
32
max-parallel : 2
Original file line number Diff line number Diff line change 1
- FROM ubuntu:24 .04
1
+ FROM ubuntu:20 .04
2
2
MAINTAINER "SaltStack Team"
3
3
4
4
# Bootstrap script options: install Salt Master by default
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
10
10
# please see the online documentation at vagrantup.com.
11
11
12
12
# Every Vagrant virtual environment requires a box to build off of.
13
- config . vm . box = "ubuntu/noble64 "
13
+ config . vm . box = "ubuntu/focal64 "
14
14
15
15
# The url from where the 'config.vm.box' box will be fetched if it
16
16
# doesn't already exist on the user's system.
You can’t perform that action at this time.
0 commit comments