Skip to content

Commit d2d7de7

Browse files
authored
chore: sync files
Signed-off-by: GitHub <noreply@github.com>
1 parent 6752bdb commit d2d7de7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-and-test-differential.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55

66
jobs:
77
build-and-test-differential:
8-
runs-on: [self-hosted, linux, X64]
8+
runs-on: ubuntu-latest
99
container: ${{ matrix.container }}${{ matrix.container-suffix }}
1010
strategy:
1111
fail-fast: false
@@ -59,7 +59,7 @@ jobs:
5959
flags: differential
6060

6161
clang-tidy-differential:
62-
runs-on: [self-hosted, linux, X64]
62+
runs-on: ubuntu-latest
6363
container: ghcr.io/autowarefoundation/autoware-universe:humble-latest-cuda
6464
needs: build-and-test-differential
6565
steps:

0 commit comments

Comments
 (0)