Skip to content

Commit 6d468bd

Browse files
Use nightly
precice/precice:develop is not maintained
1 parent 394664d commit 6d468bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/run-tutorials.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
run_ht_simple:
1313
name: Run HT, simple
1414
runs-on: ubuntu-latest
15-
container: precice/precice:develop
15+
container: precice/precice:nightly
1616
steps:
1717
- name: Checkout Repository
1818
uses: actions/checkout@v2
@@ -37,7 +37,7 @@ jobs:
3737
run_ht_complex:
3838
name: Run HT, complex
3939
runs-on: ubuntu-latest
40-
container: precice/precice:develop
40+
container: precice/precice:nightly
4141
steps:
4242
- name: Checkout Repository
4343
uses: actions/checkout@v2

0 commit comments

Comments
 (0)