File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -23,24 +23,24 @@ orbs:
2323executors :
2424 linux-arm64 :
2525 machine :
26- image : ubuntu-2204 :current
26+ image : ubuntu-2004 :current
2727 resource_class : arm.medium
2828 working_directory : ~/typedb-console
2929
3030 linux-x86_64 :
3131 machine :
32- image : ubuntu-2204 :current
32+ image : ubuntu-2004 :current
3333 working_directory : ~/typedb-console
3434
3535 mac-arm64 :
3636 macos :
37- xcode : " 14.2.0 "
37+ xcode : " 13.4.1 "
3838 resource_class : macos.m1.medium.gen1
3939 working_directory : ~/typedb-console
4040
4141 mac-x86_64 :
4242 macos :
43- xcode : " 14.2.0 "
43+ xcode : " 13.4.1 "
4444 working_directory : ~/typedb-console
4545
4646
Original file line number Diff line number Diff line change 11
22## New Features
33
4- - ** Upgrade to typedb-driver 2.24.8 which requires a lower glibc version * **
4+ - ** Downgrade CI image used to build and release console, in order to lower the requirement of libc **
55
66
77## Bugs Fixed
Original file line number Diff line number Diff line change 1- 2.24.8
1+ 2.24.9
You can’t perform that action at this time.
0 commit comments