Skip to content

Commit e517554

Browse files
authored
Merge pull request #61 from WIAS-PDELib/pjaap-patch-3
CI: macos-latest and activte julia beta
2 parents fbc37dd + 0005725 commit e517554

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ jobs:
1717
version:
1818
- 'lts' # Replace this with the minimum Julia version that your package supports. E.g. if your package requires Julia 1.5 or higher, change this to '1.5'.
1919
- '1' # Leave this line unchanged. '1' will automatically expand to the latest stable 1.x release of Julia.
20-
# - 'pre'
20+
- 'pre'
2121
os:
2222
- ubuntu-latest
2323
- windows-latest
24-
- macOS-15
24+
- macOS-latest
2525
arch:
2626
- x64
2727
- aarch64
@@ -30,7 +30,7 @@ jobs:
3030
arch: aarch64
3131
- os: windows-latest
3232
arch: aarch64
33-
- os: macOS-15
33+
- os: macOS-latest
3434
arch: x64
3535
steps:
3636
- uses: actions/checkout@v6

0 commit comments

Comments
 (0)