We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 222f3c6 commit 76803a1Copy full SHA for 76803a1
1 file changed
.github/workflows/github_autotools_intel_classic.yml
@@ -3,6 +3,7 @@ name: Autotools build and unit testing with Intel Classic (weekly)
3
on:
4
schedule:
5
- cron: '0 0 * * 0' # sundays @ midnight
6
+ push:
7
8
# cancel running jobs if theres a newer push
9
concurrency:
@@ -13,7 +14,7 @@ jobs:
13
14
intel-autotools:
15
runs-on: ubuntu-latest
16
container:
- image: intel/oneapi-hpckit:2023.1.0-devel-ubuntu20.04
17
+ image: intel/oneapi-hpckit:2023.2.1-devel-ubuntu22.04
18
env:
19
CC: mpiicc
20
FC: mpiifort
0 commit comments