Skip to content

Commit 76803a1

Browse files
authored
update image version for intel classic CI
1 parent 222f3c6 commit 76803a1

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/github_autotools_intel_classic.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Autotools build and unit testing with Intel Classic (weekly)
33
on:
44
schedule:
55
- cron: '0 0 * * 0' # sundays @ midnight
6+
push:
67

78
# cancel running jobs if theres a newer push
89
concurrency:
@@ -13,7 +14,7 @@ jobs:
1314
intel-autotools:
1415
runs-on: ubuntu-latest
1516
container:
16-
image: intel/oneapi-hpckit:2023.1.0-devel-ubuntu20.04
17+
image: intel/oneapi-hpckit:2023.2.1-devel-ubuntu22.04
1718
env:
1819
CC: mpiicc
1920
FC: mpiifort

0 commit comments

Comments
 (0)