Skip to content

Commit

Permalink
move all workflows to intel runners
Browse files Browse the repository at this point in the history
  • Loading branch information
mkorbel1 committed Apr 4, 2024
1 parent d3f75f9 commit e4d3924
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_devtool.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
contents: write
pull-requests: write
timeout-minutes: 30
runs-on: ubuntu-22.04
runs-on: ${{ github.repository_owner == 'intel' && 'intel-ubuntu-latest' || 'ubuntu-latest' }}
steps:
- uses: actions/checkout@v2

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/general.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
build-devtool:
name: Build Devtools
timeout-minutes: 30
runs-on: ubuntu-22.04
runs-on: ${{ github.repository_owner == 'intel' && 'intel-ubuntu-latest' || 'ubuntu-latest' }}
steps:
- uses: actions/checkout@v2

Expand Down

0 comments on commit e4d3924

Please sign in to comment.