File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 95
95
96
96
- job : build_linux_container_cpp
97
97
pool :
98
- vmImage : ' ubuntu-latest '
98
+ vmImage : ' ubuntu-20.04 '
99
99
container : oneapi-hpckit
100
100
steps :
101
101
- script : sudo apt-get update && sudo apt-get install -y git
@@ -105,7 +105,7 @@ jobs:
105
105
106
106
- job : build_linux_container_fortran
107
107
pool :
108
- vmImage : ' ubuntu-latest '
108
+ vmImage : ' ubuntu-20.04 '
109
109
container : oneapi-hpckit
110
110
steps :
111
111
- script : sudo apt-get update && sudo apt-get install -y git
@@ -115,7 +115,7 @@ jobs:
115
115
116
116
- job : build_linux_container_dpcpp
117
117
pool :
118
- vmImage : ' ubuntu-latest '
118
+ vmImage : ' ubuntu-20.04 '
119
119
container : oneapi-basekit
120
120
steps :
121
121
- script : sudo apt-get update && sudo apt-get install -y git
Original file line number Diff line number Diff line change 94
94
run : scripts/build_linux.sh dpc++
95
95
96
96
build_linux_container_cpp :
97
- runs-on : ubuntu-latest
97
+ runs-on : ubuntu-20.04
98
98
container : intel/oneapi-hpckit
99
99
steps :
100
100
- uses : actions/checkout@v2
@@ -104,7 +104,7 @@ jobs:
104
104
run : scripts/build_linux.sh c++
105
105
106
106
build_linux_container_fortran :
107
- runs-on : ubuntu-latest
107
+ runs-on : ubuntu-20.04
108
108
container : intel/oneapi-hpckit
109
109
steps :
110
110
- uses : actions/checkout@v2
@@ -114,7 +114,7 @@ jobs:
114
114
run : scripts/build_linux.sh fortran
115
115
116
116
build_linux_container_dpcpp :
117
- runs-on : ubuntu-latest
117
+ runs-on : ubuntu-20.04
118
118
container : intel/oneapi-basekit
119
119
steps :
120
120
- uses : actions/checkout@v2
You can’t perform that action at this time.
0 commit comments