Skip to content

Commit

Permalink
Format with clang 18 requires ubuntu 24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
shuhaowu committed Jul 17, 2024
1 parent 60a547f commit 44cae5a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: cactus-rt

jobs:
build-and-test:
runs-on: [self-hosted, jammy, real-time]
runs-on: [self-hosted, noble, real-time]
env:
CACTUS_RT_BUILD_DIR: build
steps:
Expand All @@ -29,7 +29,7 @@ jobs:
# run: docker/scripts/04-example.sh

build-and-test-no-tracing:
runs-on: [self-hosted, jammy, real-time]
runs-on: [self-hosted, noble, real-time]
env:
CACTUS_RT_BUILD_DIR: build
ENABLE_TRACING: "OFF"
Expand All @@ -53,4 +53,3 @@ jobs:

# - name: Run example
# run: docker/scripts/04-example.sh

2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:jammy
FROM ubuntu:noble

RUN set -xe; \
export DEBIAN_FRONTEND=noninteractive; \
Expand Down

0 comments on commit 44cae5a

Please sign in to comment.