Skip to content

Commit b0e8424

Browse files
committed
Issue #326: revert to 18.04 for Client; tweak .yml for UpgradeTests
1 parent 3de04f5 commit b0e8424

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci-Client.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
jobs:
1212
build:
13-
runs-on: ubuntu-20.04
13+
runs-on: ubuntu-18.04
1414
strategy:
1515
fail-fast: false
1616
matrix:

.github/workflows/ci-UpgradeTests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
gs_version: [ 3.5.5, 3.5.8, 3.6.0, 3.6.5 ]
1818
allowfailure: [ false ]
1919
test: [ Upgrade_unittest ]
20-
include:
20+
include:
2121
# include the upgrade_from parameter in the matrix
2222
- gs_version: 3.5.5
2323
upgrade_from: 3.5.3
@@ -49,7 +49,7 @@ jobs:
4949
- gs_version: 3.6.5
5050
upgrade_from: 3.6.4
5151
allowfailure: false
52-
env:
52+
env:
5353
GS_VERSION: ${{ matrix.gs_version }}
5454
TEST: ${{ matrix.test }}
5555
UPGRADE_FROM: ${{ matrix.upgrade_from }}

0 commit comments

Comments
 (0)