@@ -29,16 +29,16 @@ jobs:
29
29
strategy :
30
30
fail-fast : false
31
31
matrix :
32
- os : [ubuntu-20 .04]
32
+ os : [ubuntu-22 .04]
33
33
odbc_provider : [UnixODBC, iODBC]
34
34
compiler : [Clang, GCC]
35
35
build_type : [Debug, Release]
36
36
architecture : [x86_64]
37
37
runtime_link : [static-runtime, dynamic-runtime]
38
38
third_parties : [bundled-third-parties, system-third-parties]
39
- exclude :
40
- - os : ubuntu-18.04
41
- compiler : Clang
39
+ # exclude:
40
+ # - os: ubuntu-18.04
41
+ # compiler: Clang
42
42
43
43
runs-on : ${{ matrix.os }}
44
44
@@ -59,14 +59,14 @@ jobs:
59
59
path : source
60
60
submodules : true
61
61
62
- - name : Install dependencies - Common
63
- if : ${{ matrix.os == 'ubuntu-18.04' }}
64
- run : |
65
- sudo apt update -q
66
- sudo apt remove -y php* node* mysql* mssql-tools
67
- sudo apt upgrade -y
68
- sudo apt install -y build-essential git cmake docker perl libdbi-perl libdbd-odbc-perl python python-pip python-pyodbc python3 python3-pip python3-pyodbc python3-setuptools libpoco-dev libssl-dev libicu-dev
69
- pip3 install --user 'testflows==1.6.56' contextvars
62
+ # - name: Install dependencies - Common
63
+ # if: ${{ matrix.os == 'ubuntu-18.04' }}
64
+ # run: |
65
+ # sudo apt update -q
66
+ # sudo apt remove -y php* node* mysql* mssql-tools
67
+ # sudo apt upgrade -y
68
+ # sudo apt install -y build-essential git cmake docker perl libdbi-perl libdbd-odbc-perl python python-pip python-pyodbc python3 python3-pip python3-pyodbc python3-setuptools libpoco-dev libssl-dev libicu-dev
69
+ # pip3 install --user 'testflows==1.6.56' contextvars
70
70
71
71
- name : Install dependencies - Common
72
72
if : ${{ matrix.os != 'ubuntu-18.04' }}
@@ -222,4 +222,4 @@ jobs:
222
222
fi
223
223
224
224
# Run all tests except those that were run in "Test - unit tests" step.
225
- ctest --output-on-failure --build-config ${{ matrix.build_type }} -E '.*-ut.*'
225
+ ctest --output-on-failure --build-config ${{ matrix.build_type }} -E '.*-ut.*'
0 commit comments