Skip to content

Commit e221fff

Browse files
dmurphy18dwoz
authored andcommitted
Reverting to building on Ubuntu 20.04
1 parent a8dba07 commit e221fff

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/test-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ on:
2626
jobs:
2727
Test:
2828
name: ${{ matrix.instance }}
29-
runs-on: ubuntu-24.04
29+
runs-on: ubuntu-20.04
3030
timeout-minutes: ${{ inputs.timeout }}
3131
strategy:
3232
max-parallel: 2

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ubuntu:24.04
1+
FROM ubuntu:20.04
22
MAINTAINER "SaltStack Team"
33

44
# Bootstrap script options: install Salt Master by default

Vagrantfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
1010
# please see the online documentation at vagrantup.com.
1111

1212
# Every Vagrant virtual environment requires a box to build off of.
13-
config.vm.box = "ubuntu/noble64"
13+
config.vm.box = "ubuntu/focal64"
1414

1515
# The url from where the 'config.vm.box' box will be fetched if it
1616
# doesn't already exist on the user's system.

0 commit comments

Comments
 (0)