Skip to content

Commit 6eb65e8

Browse files
committed
CI: Migrate to Ubuntu 22.04
1 parent 08fa60b commit 6eb65e8

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

.github/workflows/Linux.yml

+13-13
Original file line numberDiff line numberDiff line change
@@ -29,16 +29,16 @@ jobs:
2929
strategy:
3030
fail-fast: false
3131
matrix:
32-
os: [ubuntu-20.04]
32+
os: [ubuntu-22.04]
3333
odbc_provider: [UnixODBC, iODBC]
3434
compiler: [Clang, GCC]
3535
build_type: [Debug, Release]
3636
architecture: [x86_64]
3737
runtime_link: [static-runtime, dynamic-runtime]
3838
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
4242

4343
runs-on: ${{ matrix.os }}
4444

@@ -59,14 +59,14 @@ jobs:
5959
path: source
6060
submodules: true
6161

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
7070

7171
- name: Install dependencies - Common
7272
if: ${{ matrix.os != 'ubuntu-18.04' }}
@@ -222,4 +222,4 @@ jobs:
222222
fi
223223
224224
# 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

Comments
 (0)