Skip to content

Commit

Permalink
Revert "Run ddev validate ci --sync"
Browse files Browse the repository at this point in the history
This reverts commit 4497e57.
  • Loading branch information
dkirov-dd committed Feb 13, 2025
1 parent 6a9fc1e commit b0edb21
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1480,7 +1480,7 @@ jobs:
job-name: GlusterFS
target: glusterfs
platform: linux
runner: '["ubuntu-20.04"]'
runner: '["ubuntu-22.04"]'
repo: "${{ inputs.repo }}"
python-version: "${{ inputs.python-version }}"
standard: ${{ inputs.standard }}
Expand Down Expand Up @@ -2520,7 +2520,7 @@ jobs:
job-name: Mesos
target: mesos_slave
platform: linux
runner: '["ubuntu-20.04"]'
runner: '["ubuntu-22.04"]'
repo: "${{ inputs.repo }}"
python-version: "${{ inputs.python-version }}"
standard: ${{ inputs.standard }}
Expand Down Expand Up @@ -2580,7 +2580,7 @@ jobs:
job-name: MySQL
target: mysql
platform: linux
runner: '["ubuntu-20.04"]'
runner: '["ubuntu-22.04"]'
repo: "${{ inputs.repo }}"
python-version: "${{ inputs.python-version }}"
standard: ${{ inputs.standard }}
Expand Down Expand Up @@ -3400,7 +3400,7 @@ jobs:
job-name: Spark
target: spark
platform: linux
runner: '["ubuntu-20.04"]'
runner: '["ubuntu-22.04"]'
repo: "${{ inputs.repo }}"
python-version: "${{ inputs.python-version }}"
standard: ${{ inputs.standard }}
Expand Down Expand Up @@ -3440,7 +3440,7 @@ jobs:
job-name: SQL Server on Linux
target: sqlserver
platform: linux
runner: '["ubuntu-20.04"]'
runner: '["ubuntu-22.04"]'
repo: "${{ inputs.repo }}"
python-version: "${{ inputs.python-version }}"
standard: ${{ inputs.standard }}
Expand Down

0 comments on commit b0edb21

Please sign in to comment.