Skip to content

Commit 543339e

Browse files
Update VERSION to 2.24.9
1 parent 9c55aca commit 543339e

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.circleci/config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,24 +23,24 @@ orbs:
2323
executors:
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

RELEASE_NOTES_LATEST.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.24.8
1+
2.24.9

0 commit comments

Comments
 (0)