Skip to content

Commit

Permalink
Test Ubuntu 24.04 for plugin and LN
Browse files Browse the repository at this point in the history
  • Loading branch information
xwang2713 committed May 13, 2024
1 parent a0d34a6 commit f7f4729
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-ce-plugins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
preamble:
name: Publish Release
env:
COMMUNITY_REF: "c97a09f3c1fb41f6fe466e202da66a664c453f7c"
COMMUNITY_REF: "8e94be577a0ae81325914be56cc111584e108f1b"
#COMMUNITY_REF: <GIT REF>
GITHUB_ACCOUNT: ${{ github.repository_owner }}
runs-on: ubuntu-22.04
Expand Down Expand Up @@ -65,8 +65,8 @@ jobs:
strategy:
matrix:
include:
#- os: ubuntu-22.04
- os: rockylinux-8
- os: ubuntu-24.04
#- os: rockylinux-8
#- os: centos-7
# cmake_options_extra: "-DVCPKG_TARGET_TRIPLET=x64-centos-7-dynamic"
fail-fast: false
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/build-ln.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
preamble:
name: Publish Release
env:
COMMUNITY_REF: "c97a09f3c1fb41f6fe466e202da66a664c453f7c"
LN_REF: "8bee6ffc65ca8f3c930d4858e945947f7484bb0b"
COMMUNITY_REF: "5ba011903af4e547edd50adfaed9b94485e5d112"
LN_REF: "7e99a3ab92c34cec050223bce0e7df07551b817d"
#COMMUNITY_REF: <GIT REF>
#LN_REF: <GIT REF>
GITHUB_ACCOUNT: ${{ github.repository_owner }}
Expand Down Expand Up @@ -76,12 +76,12 @@ jobs:
strategy:
matrix:
include:
#- os: ubuntu-22.04
- os: ubuntu-24.04
# name: LN
#- os: centos-7
# name: LN
# cmake_options_extra: "-DVCPKG_TARGET_TRIPLET=x64-centos-7-dynamic"
- os: rockylinux-8
#- os: rockylinux-8
fail-fast: false

steps:
Expand Down

0 comments on commit f7f4729

Please sign in to comment.