From a0d34a6860c4a767b7a132f071e103af8687fe64 Mon Sep 17 00:00:00 2001 From: xwang2713 Date: Fri, 26 Apr 2024 14:44:13 -0400 Subject: [PATCH] Support Ubuntu 24.04 --- .github/workflows/build-ce-platform.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-ce-platform.yml b/.github/workflows/build-ce-platform.yml index d0e5689..d1e4601 100644 --- a/.github/workflows/build-ce-platform.yml +++ b/.github/workflows/build-ce-platform.yml @@ -12,7 +12,7 @@ jobs: preamble: name: Publish Release env: - COMMUNITY_REF: "c97a09f3c1fb41f6fe466e202da66a664c453f7c" + COMMUNITY_REF: "8e94be577a0ae81325914be56cc111584e108f1b" #COMMUNITY_REF: GITHUB_ACCOUNT: ${{ github.repository_owner }} runs-on: ubuntu-22.04 @@ -64,8 +64,9 @@ jobs: strategy: matrix: include: + - os: ubuntu-24.04 #- os: ubuntu-22.04 - - os: rockylinux-8 + #- os: rockylinux-8 #- os: centos-8 #- os: centos-7 #cmake_options_extra: "-DVCPKG_TARGET_TRIPLET=x64-centos-7-dynamic"