Skip to content

Commit 876123c

Browse files
authored
Merge pull request #108 from WIAS-PDELib/pjaap-patch-1
CI: update macos to at least 14
2 parents c1bd211 + 10183a9 commit 876123c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
os:
2222
- ubuntu-latest
2323
- windows-latest
24-
- macOS-13 # intel
24+
- macOS-14 # intel
2525
- macOS-latest # arm
2626
arch:
2727
- x64
@@ -31,7 +31,7 @@ jobs:
3131
arch: aarch64
3232
- os: windows-latest
3333
arch: aarch64
34-
- os: macOS-13
34+
- os: macOS-14
3535
arch: aarch64
3636
- os: macOS-latest
3737
arch: x64

0 commit comments

Comments
 (0)