Skip to content

Commit

Permalink
fix: CI names
Browse files Browse the repository at this point in the history
  • Loading branch information
sangjanai committed May 21, 2024
1 parent ef71113 commit 1e3cd8d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
# name: "ubuntu-18-04"
# runs-on: "ubuntu-18-04"
- os: "linux"
name: "latest"
name: ""
runs-on: "ubuntu-latest"
- os: "mac"
name: "arm64"
Expand All @@ -72,7 +72,7 @@ jobs:
# name: "amd64"
# runs-on: "windows-cuda-12-0"
- os: "windows"
name: "latest"
name: ""
runs-on: "windows-latest"

steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/quality-gate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
# name: "ubuntu-18-04"
# runs-on: "ubuntu-18-04"
- os: "linux"
name: "latest"
name: ""
runs-on: "ubuntu-latest"
- os: "mac"
name: "arm64"
Expand All @@ -28,7 +28,7 @@ jobs:
# name: "amd64"
# runs-on: "windows-cuda-12-0"
- os: "windows"
name: "latest"
name: ""
runs-on: "windows-latest"

steps:
Expand Down

0 comments on commit 1e3cd8d

Please sign in to comment.