Commit c6d7a48 1 parent 529723f commit c6d7a48 Copy full SHA for c6d7a48
File tree 10 files changed +20
-20
lines changed
10 files changed +20
-20
lines changed Original file line number Diff line number Diff line change 19
19
matrix :
20
20
dim : [1, 2, RZ, 3]
21
21
name : clang-tidy-${{ matrix.dim }}D
22
- runs-on : ubuntu-22 .04
22
+ runs-on : ubuntu-24 .04
23
23
timeout-minutes : 250
24
24
if : github.event.pull_request.draft == false
25
25
steps :
Original file line number Diff line number Diff line change 9
9
jobs :
10
10
CleanUpCcacheCachePostPR :
11
11
name : Clean Up Ccache Cache Post PR
12
- runs-on : ubuntu-latest
12
+ runs-on : ubuntu-24.04
13
13
permissions :
14
14
actions : write
15
15
contents : read
Original file line number Diff line number Diff line change 9
9
jobs :
10
10
CleanUpCcacheCache :
11
11
name : Clean Up Ccache Cache for ${{ github.event.workflow_run.name }}
12
- runs-on : ubuntu-latest
12
+ runs-on : ubuntu-24.04
13
13
permissions :
14
14
actions : write
15
15
contents : read
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ concurrency:
15
15
jobs :
16
16
analyze :
17
17
name : Analyze
18
- runs-on : ubuntu-latest
18
+ runs-on : ubuntu-24.04
19
19
if : github.event.pull_request.draft == false
20
20
permissions :
21
21
actions : read
Original file line number Diff line number Diff line change 20
20
# https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/
21
21
build_nvcc :
22
22
name : NVCC 11.3 SP
23
- runs-on : ubuntu-20 .04
23
+ runs-on : ubuntu-24 .04
24
24
if : github.event.pull_request.draft == false
25
25
env :
26
26
CXXFLAGS : " -Werror"
@@ -101,7 +101,7 @@ jobs:
101
101
# to add new .cpp files
102
102
build_nvcc_gnumake :
103
103
name : NVCC 11.8.0 GNUmake
104
- runs-on : ubuntu-20 .04
104
+ runs-on : ubuntu-24 .04
105
105
if : github.event.pull_request.draft == false
106
106
steps :
107
107
- uses : actions/checkout@v4
@@ -135,7 +135,7 @@ jobs:
135
135
136
136
build_nvhpc24-1-nvcc :
137
137
name : NVHPC@24.1 NVCC/NVC++ Release [tests]
138
- runs-on : ubuntu-20 .04
138
+ runs-on : ubuntu-24 .04
139
139
if : github.event.pull_request.draft == false
140
140
# env:
141
141
# # For NVHPC, Ninja is slower than the default:
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ concurrency:
16
16
jobs :
17
17
sensei :
18
18
name : SENSEI
19
- runs-on : ubuntu-20 .04
19
+ runs-on : ubuntu-24 .04
20
20
if : github.event.pull_request.draft == false
21
21
env :
22
22
CXX : clang++
42
42
43
43
ascent :
44
44
name : Ascent
45
- runs-on : ubuntu-20 .04
45
+ runs-on : ubuntu-24 .04
46
46
if : github.event.pull_request.draft == false
47
47
env :
48
48
CXX : g++
82
82
83
83
catalyst :
84
84
name : Catalyst
85
- runs-on : ubuntu-22 .04
85
+ runs-on : ubuntu-24 .04
86
86
if : github.event.pull_request.draft == false
87
87
env :
88
88
CXX : g++
Original file line number Diff line number Diff line change 18
18
# intel-basekit intel-hpckit are too large in size
19
19
build_icc :
20
20
name : oneAPI ICC SP&DP
21
- runs-on : ubuntu-20 .04
21
+ runs-on : ubuntu-24 .04
22
22
if : github.event.pull_request.draft == false
23
23
# For oneAPI, Ninja is slower than the default:
24
24
# env:
79
79
80
80
build_icpx :
81
81
name : oneAPI ICX SP
82
- runs-on : ubuntu-20 .04
82
+ runs-on : ubuntu-24 .04
83
83
# Since 2021.4.0, AMReX_GpuUtility.H: error: comparison with NaN always evaluates to false in fast floating point modes
84
84
# oneAPI 2022.2.0 hangs for -O2 and higher:
85
85
# https://github.com/ECP-WarpX/WarpX/issues/3442
@@ -144,7 +144,7 @@ jobs:
144
144
145
145
build_dpcc :
146
146
name : oneAPI DPC++ SP
147
- runs-on : ubuntu-20 .04
147
+ runs-on : ubuntu-24 .04
148
148
# Since 2021.4.0, AMReX_GpuUtility.H: error: comparison with NaN always evaluates to false in fast floating point modes
149
149
# oneAPI 2022.2.0 hangs for -O2 and higher:
150
150
# https://github.com/ECP-WarpX/WarpX/issues/3442
Original file line number Diff line number Diff line change 10
10
11
11
jobs :
12
12
noop :
13
- runs-on : ubuntu-latest
13
+ runs-on : ubuntu-24.04
14
14
steps :
15
15
- name : No OP
16
16
run : echo "This workflow is going to trigger CleanUpCachePostPR."
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ concurrency:
19
19
jobs :
20
20
style :
21
21
22
- runs-on : ubuntu-22 .04
22
+ runs-on : ubuntu-24 .04
23
23
24
24
steps :
25
25
- uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ concurrency:
16
16
jobs :
17
17
build_cxxminimal :
18
18
name : GCC Minimal w/o MPI
19
- runs-on : ubuntu-20 .04
19
+ runs-on : ubuntu-24 .04
20
20
if : github.event.pull_request.draft == false
21
21
env :
22
22
CXXFLAGS : " -Werror"
54
54
55
55
build_1D_2D :
56
56
name : GCC 1D & 2D w/ MPI, QED tools
57
- runs-on : ubuntu-22 .04
57
+ runs-on : ubuntu-24 .04
58
58
if : github.event.pull_request.draft == false
59
59
env :
60
60
CXXFLAGS : " -Werror"
@@ -101,7 +101,7 @@ jobs:
101
101
102
102
build_3D_sp :
103
103
name : GCC 3D & RZ w/ MPI, single precision
104
- runs-on : ubuntu-22 .04
104
+ runs-on : ubuntu-24 .04
105
105
if : github.event.pull_request.draft == false
106
106
env :
107
107
CXX : " g++-12"
@@ -148,7 +148,7 @@ jobs:
148
148
149
149
build_gcc_ablastr :
150
150
name : GCC ABLASTR w/o MPI
151
- runs-on : ubuntu-20 .04
151
+ runs-on : ubuntu-24 .04
152
152
if : github.event.pull_request.draft == false
153
153
env :
154
154
CMAKE_GENERATOR : Ninja
@@ -184,7 +184,7 @@ jobs:
184
184
185
185
build_pyfull :
186
186
name : Clang pywarpx
187
- runs-on : ubuntu-20 .04
187
+ runs-on : ubuntu-24 .04
188
188
if : github.event.pull_request.draft == false
189
189
env :
190
190
CC : clang
You can’t perform that action at this time.
0 commit comments