File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ def mk_dir(d):
24
24
os_info = { 'ubuntu-latest' : ('so' , 'linux-x64' ),
25
25
'ubuntu-18' : ('so' , 'linux-x64' ),
26
26
'ubuntu-20' : ('so' , 'linux-x64' ),
27
+ 'ubuntu-22' : ('so' , 'linux-x64' ),
27
28
'x64-glibc-2.35' : ('so' , 'linux-x64' ),
28
29
'x64-win' : ('dll' , 'win-x64' ),
29
30
'x86-win' : ('dll' , 'win-x86' ),
Original file line number Diff line number Diff line change @@ -60,13 +60,13 @@ stages:
60
60
setupcmds : ' sudo apt update& sudo apt install gcc-arm-none-eabi gcc-arm-linux-gnueabihf gcc-aarch64-linux-gnu g++-aarch64-linux-gnu ninja-build -y'
61
61
buildenv : ' CXX=aarch64-linux-gnu-g++ CC=aarch64-linux-gnu-gcc'
62
62
arch : ' arm64'
63
- name : ' z3-$(AssemblyVersion)-arm64-ubuntu'
63
+ name : ' z3-$(AssemblyVersion)-arm64-ubuntu-22 '
64
64
compiler : ' aarch64-linux-gnu-g++-11'
65
65
x64 :
66
66
setupcmds : ' sudo apt update& sudo apt install ninja-build -y'
67
67
buildenv : ' '
68
68
arch : ' x64'
69
- name : ' z3-$(AssemblyVersion)-x64-ubuntu'
69
+ name : ' z3-$(AssemblyVersion)-x64-ubuntu-22 '
70
70
compiler : ' g++'
71
71
steps :
72
72
- script : $(setupcmds)
You can’t perform that action at this time.
0 commit comments