File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -4,12 +4,13 @@ permissions:
44 contents : read
55env :
66 BUILD_NUMBER : ${{ github.run_number }}
7+ CMAKE_BUILD_PARALLEL_LEVEL : 4
78jobs :
89 macos :
910 name : Build on macOS
1011 runs-on : macos-latest
1112 env :
12- MACOSX_DEPLOYMENT_TARGET : 11 .0
13+ MACOSX_DEPLOYMENT_TARGET : 12 .0
1314 steps :
1415 - name : Checkout
1516 uses : actions/checkout@v4
5455 container : ubuntu:${{ matrix.container }}
5556 strategy :
5657 matrix :
57- container : ['20.04', '22.04', '23.10 ']
58+ container : ['20.04', '22.04', '24.04 ']
5859 env :
5960 DEBIAN_FRONTEND : noninteractive
6061 DEBFULLNAME : github-actions
@@ -104,7 +105,7 @@ jobs:
104105 container : fedora:${{ matrix.container }}
105106 strategy :
106107 matrix :
107- container : [38, 39 ]
108+ container : [39, 40 ]
108109 steps :
109110 - name : Install Deps
110111 run : |
@@ -186,7 +187,6 @@ jobs:
186187 uses : ilammy/msvc-dev-cmd@v1
187188 with :
188189 arch : x64
189- sdk : 10.0.19041.0
190190 - name : Install WiX
191191 run : |
192192 dotnet tool install -g wix --version 5.0.0
Original file line number Diff line number Diff line change 100100 <File Name =" XalanMessages_1_12$(var.qt_suffix).dll" />
101101 <File Name =" Xalan-C_1_12$(var.qt_suffix).dll" />
102102 <File Name =" xsec_2_0$(var.qt_suffix).dll" />
103+ <File Name =" libxml2.dll" />
103104 <File Name =" digidocpp$(var.qt_suffix).dll" />
104105 <File Name =" digidoc-tool.exe" />
105106 <File Name =" digidocpp.conf" />
You can’t perform that action at this time.
0 commit comments