File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 77# environment for building the Unified Memory Framework project.
88#
99
10+ #
1011# Pull base image ("20.04")
1112FROM registry.hub.docker.com/library/ubuntu@sha256:f2034e7195f61334e6caff6ecf2e965f92d11e888309065da85ff50c617732b8
1213
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ permissions:
1010jobs :
1111 CodeChecks :
1212 name : Basic code checks
13- runs-on : ${{ github.repository_owner == 'oneapi-src' && 'intel- ubuntu-22.04' || 'ubuntu- latest' }}
13+ runs-on : ' ubuntu-latest'
1414
1515 steps :
1616 - name : Checkout repository
Original file line number Diff line number Diff line change 1414jobs :
1515 ubuntu-build :
1616 name : Linux
17- runs-on : ${{ github.repository_owner == 'oneapi-src' && 'intel- ubuntu-22.04' || 'ubuntu-22.04' }}
17+ runs-on : ubuntu-22.04
1818 container :
1919 image : ${{ matrix.image }}
2020 options : --user root --privileged
You can’t perform that action at this time.
0 commit comments