Skip to content

Commit

Permalink
name
Browse files Browse the repository at this point in the history
  • Loading branch information
maxime-desroches committed Aug 1, 2024
1 parent d79c941 commit f1fe242
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/selfdrive_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:

setup_all:
name: Setup openpilot on ${{ matrix.platform.runner }}
runs-on: ${{ matrix.platform.runner }}
runs-on: ${{ matrix.platform.runner }}-${{ matrix.platform.arch }}
strategy:
matrix:
platform: [ {runner: "ubuntu-24.04", arch: "x86_64", scons_cache_tag: "x86_64"},
Expand Down

0 comments on commit f1fe242

Please sign in to comment.