Skip to content

Commit

Permalink
Merge branch 'main' into boundary-zone-from-stl-file
Browse files Browse the repository at this point in the history
  • Loading branch information
LasNikas committed Feb 20, 2025
2 parents b544a55 + 6d04215 commit a6d2f49
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,11 @@ jobs:
os:
- ubuntu-latest
include:
# Also run tests on Windows and macOS-ARM, but only with the latest Julia release and minimum supported version
- version: 'min'
# Also run tests on Windows and macOS-ARM, but only with the latest Julia release and minimum supported version.
# Don't use 'min' version, which will ignore hotfixes, i.e. 1.10.0 will be used instead of e.g. 1.10.8.
- version: '1.10'
os: windows-latest
- version: 'min'
- version: '1.10'
os: macos-14
- version: '1'
os: windows-latest
Expand Down

0 comments on commit a6d2f49

Please sign in to comment.