File tree Expand file tree Collapse file tree 3 files changed +5
-21
lines changed Expand file tree Collapse file tree 3 files changed +5
-21
lines changed Original file line number Diff line number Diff line change 24
24
CXX : g++-12
25
25
PackageDeps : g++-12
26
26
os : ubuntu-22.04
27
- - CC : vs2019
28
- CXX : vs2019
29
- os : windows-2019
27
+ - CC : vs2022
28
+ CXX : vs2022
29
+ os : windows-2022
30
30
runs-on : ${{ matrix.os }}
31
31
name : ${{ matrix.os }} ${{ matrix.CXX }}
32
32
env :
Original file line number Diff line number Diff line change 23
23
CXX : g++-10
24
24
PackageDeps : g++-10
25
25
platform_file : include $(ACE_ROOT)/include/makeinclude/platform_linux.GNU
26
- os : ubuntu-20 .04
26
+ os : ubuntu-24 .04
27
27
runs-on : ${{ matrix.os }}
28
28
name : ${{ matrix.os }} ${{ matrix.CXX }} ${{ matrix.feature }}
29
29
env :
43
43
path : ${{ env.DOC_ROOT }}
44
44
- name : Add Repo
45
45
run : |
46
- wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key| sudo apt-key add -
46
+ wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key | sudo apt-key add -
47
47
sudo apt-add-repository "deb http://apt.llvm.org/$(lsb_release -cs)/ ${{ matrix.Repo }} main"
48
48
if : matrix.Repo != ''
49
49
- name : Add packages
Original file line number Diff line number Diff line change 20
20
fail-fast : false
21
21
matrix :
22
22
include :
23
- - name : VS2019Debug64
24
- vmimage : windows-2019
25
- mpctype : vs2019
26
- BuildPlatform : x64
27
- BuildConfiguration : Debug
28
- vcpkgarch : x64-windows
29
- vcpkglibdir : debug/lib
30
- vcpkgpackages : ' "openssl", "xerces-c", "zlib"'
31
- - name : VS2019Release32
32
- vmimage : windows-2019
33
- mpctype : vs2019
34
- BuildPlatform : Win32
35
- BuildConfiguration : Release
36
- vcpkgarch : x86-windows
37
- vcpkglibdir : lib
38
- vcpkgpackages : ' "openssl", "xerces-c", "zlib"'
39
23
- name : VS2022Debug64
40
24
vmimage : windows-2022
41
25
mpctype : vs2022
You can’t perform that action at this time.
0 commit comments