Skip to content

Commit ec37dd2

Browse files
authored
Update ci action to v2 (ecmwf#68)
1 parent 5b95b66 commit ec37dd2

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

‎.github/workflows/ci.yml‎

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,7 @@ jobs:
2222
# We skip jobs that will result in duplicate artifacts, since the code does not depend on the compiler.
2323
ci:
2424
name: ci
25-
uses: ecmwf-actions/reusable-workflows/.github/workflows/ci.yml@v1
25+
uses: ecmwf-actions/reusable-workflows/.github/workflows/ci.yml@v2
2626
with:
2727
skip_matrix_jobs: |
28-
clang-12@ubuntu-20.04
29-
clang-9@ubuntu-18.04
30-
clang-12@macos-10.15
28+
clang@rocky-8.6

0 commit comments

Comments
 (0)