Skip to content

Commit 9b2539b

Browse files
random fixes
1 parent 59c22c6 commit 9b2539b

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/docker/ubuntu-20.04.Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
# environment for building the Unified Memory Framework project.
88
#
99

10+
#
1011
# Pull base image ("20.04")
1112
FROM registry.hub.docker.com/library/ubuntu@sha256:f2034e7195f61334e6caff6ecf2e965f92d11e888309065da85ff50c617732b8
1213

.github/workflows/reusable_checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ permissions:
1010
jobs:
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

.github/workflows/reusable_fast.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ env:
1414
jobs:
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

0 commit comments

Comments
 (0)