Skip to content

Commit 8f07b0a

Browse files
committed
[actions] in .github/workflows/testsuite_oneprocess.yml, temporarely downgrade ubuntu-latest to ubuntu-22.04 because clang-format-18 is not yet supported (#1022)
Note: ubuntu-24.04 images are available since three weeks ago (processone/ejabberd issues/4281)
1 parent 099b5de commit 8f07b0a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/testsuite_oneprocess.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,10 @@ jobs:
4545
# See https://github.com/actions/cache/blob/main/tips-and-workarounds.md#force-deletion-of-caches-overriding-default-cache-eviction-policy
4646
cleanup:
4747
###if: ${{ false }} # disable the job (comment this out to enable it!)
48-
runs-on: ubuntu-latest
48+
# Temporarely dowgrade ubuntu-latest to ubuntu-22.04 because clang-format-18 is not yet supported (#1022)
49+
# See https://github.com/actions/runner-images/issues/5490
50+
###runs-on: ubuntu-latest
51+
runs-on: ubuntu-22.04
4952
permissions:
5053
actions: write # this is required to delete caches
5154
contents: read

0 commit comments

Comments
 (0)