Skip to content

Commit

Permalink
update GHA job names
Browse files Browse the repository at this point in the history
  • Loading branch information
tyler-yankee committed Jan 17, 2025
1 parent 5f97c4b commit 9fe23f3
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
group: ${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
macos_sonoma_arm_cmake_installed:
macos_sonoma_arm_pip:
name: macos sonoma 14 arm
runs-on: macos-14
steps:
Expand All @@ -38,7 +38,7 @@
working-directory: drake_pip
run: .github/ci_build_test
shell: zsh -efuo pipefail {0}
ubuntu_jammy_cmake_installed:
ubuntu_jammy_pip:
name: ubuntu 22.04 jammy
runs-on: ubuntu-latest
container: ubuntu:jammy
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/poetry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
group: ${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
macos_sonoma_arm_cmake_installed:
macos_sonoma_arm_poetry:
name: macos sonoma 14 arm
runs-on: macos-14
steps:
Expand All @@ -42,7 +42,7 @@
working-directory: drake_poetry
run: .github/ci_build_test
shell: zsh -efuo pipefail {0}
ubuntu_jammy_cmake_installed:
ubuntu_jammy_poetry:
name: ubuntu 22.04 jammy
runs-on: ubuntu-latest
container: ubuntu:jammy
Expand Down
4 changes: 2 additions & 2 deletions drake_pip/.github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
group: ${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
macos_sonoma_arm_cmake_installed:
macos_sonoma_arm_pip:
name: macos sonoma 14 arm
runs-on: macos-14
steps:
Expand All @@ -38,7 +38,7 @@
working-directory: drake_pip
run: .github/ci_build_test
shell: zsh -efuo pipefail {0}
ubuntu_jammy_cmake_installed:
ubuntu_jammy_pip:
name: ubuntu 22.04 jammy
runs-on: ubuntu-latest
container: ubuntu:jammy
Expand Down
4 changes: 2 additions & 2 deletions drake_poetry/.github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
group: ${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
macos_sonoma_arm_cmake_installed:
macos_sonoma_arm_poetry:
name: macos sonoma 14 arm
runs-on: macos-14
steps:
Expand All @@ -42,7 +42,7 @@
working-directory: drake_poetry
run: .github/ci_build_test
shell: zsh -efuo pipefail {0}
ubuntu_jammy_cmake_installed:
ubuntu_jammy_poetry:
name: ubuntu 22.04 jammy
runs-on: ubuntu-latest
container: ubuntu:jammy
Expand Down

0 comments on commit 9fe23f3

Please sign in to comment.