From c17b63d2c7f41146e224595a50082c6db08b42a1 Mon Sep 17 00:00:00 2001 From: Daniel Arndt Date: Mon, 20 Nov 2023 09:06:47 -0500 Subject: [PATCH] Use Fedora 37 for Intel compilers again --- .github/workflows/continuous-integration-workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/continuous-integration-workflow.yml b/.github/workflows/continuous-integration-workflow.yml index ef63255..8394d2a 100644 --- a/.github/workflows/continuous-integration-workflow.yml +++ b/.github/workflows/continuous-integration-workflow.yml @@ -21,7 +21,7 @@ jobs: - {dockerfile: 'ubuntu', tag: 'rolling', build_args: 'TAG=rolling'} - {dockerfile: 'ubuntu', tag: 'devel', build_args: 'TAG=devel', continue-on-error: 'true'} - {dockerfile: 'opensuse', tag: 'latest'} - - {dockerfile: 'fedora', tag: 'intel', build_args: 'TAG=38,INTEL=yes', continue-on-error: 'true'} + - {dockerfile: 'fedora', tag: 'intel', build_args: 'TAG=37,INTEL=yes', continue-on-error: 'true'} runs-on: ubuntu-latest steps: - name: Checkout out code