Reverting to building on Ubuntu 20.04

This commit is contained in:
David Murphy 2024-07-09 16:58:09 -06:00 committed by Daniel Wozniak
parent a8dba0748a
commit e221fff82c
3 changed files with 3 additions and 3 deletions

View file

@ -26,7 +26,7 @@ on:
jobs:
Test:
name: ${{ matrix.instance }}
runs-on: ubuntu-24.04
runs-on: ubuntu-20.04
timeout-minutes: ${{ inputs.timeout }}
strategy:
max-parallel: 2

View file

@ -1,4 +1,4 @@
FROM ubuntu:24.04
FROM ubuntu:20.04
MAINTAINER "SaltStack Team"
# Bootstrap script options: install Salt Master by default

2
Vagrantfile vendored
View file

@ -10,7 +10,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
# please see the online documentation at vagrantup.com.
# Every Vagrant virtual environment requires a box to build off of.
config.vm.box = "ubuntu/noble64"
config.vm.box = "ubuntu/focal64"
# The url from where the 'config.vm.box' box will be fetched if it
# doesn't already exist on the user's system.