We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e61f170 + 80ac593 commit bd7c018Copy full SHA for bd7c018
2 files changed
.github/workflows/ci.yml
@@ -11,7 +11,7 @@ jobs:
11
- {version: '1.10', os: ubuntu-latest, arch: x64}
12
- {version: '1.10', os: macos-14, arch: aarch64}
13
steps:
14
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
15
- uses: julia-actions/setup-julia@v2
16
with:
17
version: ${{ matrix.version }}
@@ -28,7 +28,7 @@ jobs:
28
name: Documentation
29
runs-on: ubuntu-latest
30
31
32
33
34
version: '1.10'
.github/workflows/ci_extra.yml
@@ -19,7 +19,7 @@ jobs:
19
petsc_version:
20
- '3.23.4'
21
22
23
- name: Cache petsc
24
id: cache-petsc
25
uses: actions/cache@v5
0 commit comments