We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0eb8247 commit 315a0d8Copy full SHA for 315a0d8
2 files changed
.ci/docker/build.sh
@@ -89,10 +89,10 @@ case "${IMAGE_NAME}" in
89
OS_VERSION=24.04
90
GCC_VERSION=14
91
;;
92
- executorch-ubuntu-26.04-gcc15)
+ executorch-ubuntu-26.04-gcc14)
93
LINTRUNNER=""
94
OS_VERSION=26.04
95
- GCC_VERSION=15
+ GCC_VERSION=14
96
97
*)
98
echo "Invalid image name ${IMAGE_NAME}"
.github/workflows/docker-builds.yml
@@ -43,7 +43,7 @@ jobs:
43
executorch-ubuntu-22.04-mediatek-sdk,
44
executorch-ubuntu-22.04-clang12-android,
45
executorch-ubuntu-24.04-gcc14,
46
- executorch-ubuntu-26.04-gcc15,
+ executorch-ubuntu-26.04-gcc14,
47
]
48
include:
49
- docker-image-name: executorch-ubuntu-22.04-gcc11-aarch64
0 commit comments