Skip to content

Commit

Permalink
fix: uniform ci run labels
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Gammon <[email protected]>
  • Loading branch information
sgammon committed Sep 19, 2024
1 parent ecc7069 commit d9e6f25
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/on.pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,15 +71,14 @@ jobs:
matrix:
runner: [ubuntu-latest]
main: [true]
label: ["Ubuntu"]
label: ["Ubuntu amd64"]
labs: [false]
flags: ["--config=linux"]
testlabel: ["Ubuntu"]
coverage: [false]
include:
# Bazel 7
- runner: ubuntu-latest
label: Ubuntu
label: Ubuntu amd64
labs: false
main: true
coverage: false
Expand All @@ -90,14 +89,14 @@ jobs:
main: true
coverage: true
flags: --config=mac
- runner: macos-13-latest
label: macOS x86
- runner: macos-13
label: macOS amd64
labs: false
main: true
coverage: true
flags: --config=mac
- runner: windows-2022
label: Windows
label: Windows amd64
labs: false
main: true
coverage: false
Expand Down

0 comments on commit d9e6f25

Please sign in to comment.