Skip to content

Commit

Permalink
Merge pull request #44 from kokkos/intel_f38
Browse files Browse the repository at this point in the history
CI: use F38 for intel
  • Loading branch information
junghans authored Nov 16, 2023
2 parents a22e7f3 + 8e7ad4e commit 19b2cc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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=37,INTEL=yes', continue-on-error: 'true'}
- {dockerfile: 'fedora', tag: 'intel', build_args: 'TAG=38,INTEL=yes', continue-on-error: 'true'}
runs-on: ubuntu-latest
steps:
- name: Checkout out code
Expand Down

0 comments on commit 19b2cc0

Please sign in to comment.