Skip to content

Commit

Permalink
[actions] in testsuite_oneprocess.yml, downgrade ubuntu-latest to ubu…
Browse files Browse the repository at this point in the history
…ntu-22.04 in the codegen step because clang-format-18 is not yet supported (#1022)
  • Loading branch information
valassi committed Oct 12, 2024
1 parent 099b5de commit 45e67b7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/testsuite_oneprocess.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,11 @@ jobs:
#++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

codegen:
runs-on: ubuntu-latest
###runs-on: ubuntu-latest
# Temporarely dowgrade ubuntu-latest to ubuntu-22.04 in codegen step because clang-format-18 is not yet supported (#1022)
# See https://github.com/actions/runner-images/issues/5490
# See https://github.com/actions/runner-images/issues/10636
runs-on: ubuntu-22.04
needs: cleanup

steps:
Expand Down

0 comments on commit 45e67b7

Please sign in to comment.