Skip to content

Commit

Permalink
Update nightly-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
icfaust committed Aug 7, 2024
1 parent 7e2df42 commit 9ac1253
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/nightly-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ permissions:

jobs:
build_lnx:
name: build Linux
name: oneDAL Linux nightly build
if: github.repository == 'oneapi-src/oneDAL'
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
timeout-minutes: 120

steps:
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
path: ./__release_lnx_icx

build_win:
name: build Windows
name: oneDAL Windows nightly build
if: github.repository == 'oneapi-src/oneDAL'
runs-on: windows-2022
timeout-minutes: 120
Expand Down

0 comments on commit 9ac1253

Please sign in to comment.