Skip to content

Commit 802d9e9

Browse files
committed
Update Docker images from Fedora 37 to Fedora 43 in CI configuration files
1 parent 14fa70b commit 802d9e9

4 files changed

Lines changed: 10 additions & 10 deletions

File tree

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ jobs:
377377

378378
build_linux_dnf_cpp:
379379
docker:
380-
- image: fedora:37
380+
- image: fedora:43
381381
steps:
382382
- checkout
383383
- run:
@@ -410,7 +410,7 @@ jobs:
410410

411411
build_linux_dnf_fortran:
412412
docker:
413-
- image: fedora:37
413+
- image: fedora:43
414414
steps:
415415
- checkout
416416
- run:
@@ -443,7 +443,7 @@ jobs:
443443

444444
build_linux_dnf_dpcpp:
445445
docker:
446-
- image: fedora:37
446+
- image: fedora:43
447447
steps:
448448
- checkout
449449
- run:

.github/workflows/build_all.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ jobs:
354354

355355
build_linux_dnf_cpp:
356356
runs-on: ubuntu-latest
357-
container: fedora:37
357+
container: fedora:43
358358
defaults:
359359
run:
360360
shell: bash
@@ -384,7 +384,7 @@ jobs:
384384

385385
build_linux_dnf_fortran:
386386
runs-on: ubuntu-latest
387-
container: fedora:37
387+
container: fedora:43
388388
defaults:
389389
run:
390390
shell: bash
@@ -414,7 +414,7 @@ jobs:
414414

415415
build_linux_dnf_dpcpp:
416416
runs-on: ubuntu-latest
417-
container: fedora:37
417+
container: fedora:43
418418
defaults:
419419
run:
420420
shell: bash

.github/workflows/list_components.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676

7777
linux_yum_dnf:
7878
runs-on: ubuntu-latest
79-
container: fedora:37
79+
container: fedora:43
8080
defaults:
8181
run:
8282
shell: bash

.gitlab-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ build_linux_apt_dpcpp:
374374
mv /opt/intel/oneapi/tbb cache
375375
376376
build_linux_dnf_cpp:
377-
image: fedora:37
377+
image: fedora:43
378378
stage: build
379379
cache:
380380
key: # GitLab CI doesn't support steps before cache is restored, i.e. only static cache keys are supported.
@@ -406,7 +406,7 @@ build_linux_dnf_cpp:
406406
mv /opt/intel/oneapi/compiler cache
407407
408408
build_linux_dnf_fortran:
409-
image: fedora:37
409+
image: fedora:43
410410
stage: build
411411
cache:
412412
key:
@@ -438,7 +438,7 @@ build_linux_dnf_fortran:
438438
mv /opt/intel/oneapi/compiler cache
439439
440440
build_linux_dnf_dpcpp:
441-
image: fedora:37
441+
image: fedora:43
442442
stage: build
443443
cache:
444444
key:

0 commit comments

Comments
 (0)