File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 23
23
build :
24
24
strategy :
25
25
matrix :
26
- os : [windows-latest, ubuntu-20 .04]
26
+ os : [windows-latest, ubuntu-22 .04]
27
27
arch : [x64, x86]
28
28
include :
29
29
- os : windows-latest
@@ -32,10 +32,10 @@ jobs:
32
32
- os : windows-latest
33
33
arch : x86
34
34
CMAKE_ARCH_FLAG : --preset=x86-windows
35
- - os : ubuntu-20 .04
35
+ - os : ubuntu-22 .04
36
36
arch : x64
37
37
CMAKE_ARCH_FLAG : --preset=x64-linux
38
- - os : ubuntu-20 .04
38
+ - os : ubuntu-22 .04
39
39
arch : x86
40
40
CMAKE_ARCH_FLAG : --preset=x86-linux
41
41
- os : macos-13
54
54
- uses : lukka/run-vcpkg@v11
55
55
56
56
- name : Install dependencies Ubuntu x86
57
- if : ${{ matrix.os == 'ubuntu-20 .04' && matrix.arch == 'x86' }}
57
+ if : ${{ matrix.os == 'ubuntu-22 .04' && matrix.arch == 'x86' }}
58
58
run : |
59
59
sudo apt update
60
60
sudo apt install gcc-multilib g++-multilib
74
74
run : cmake --build build -j -t async_postgres --config ${{env.BUILD_TYPE}}
75
75
76
76
- name : Strip debug information from binaries and keep them outside (Ubuntu)
77
- if : ${{ matrix.os == 'ubuntu-20 .04' }}
77
+ if : ${{ matrix.os == 'ubuntu-22 .04' }}
78
78
run : |
79
79
find *.dll -exec objcopy --only-keep-debug {} {}.pdb \;
80
80
find *.dll -exec objcopy --strip-debug {} \;
You can’t perform that action at this time.
0 commit comments