Compare commits

...

1 Commits

Author SHA1 Message Date
fe042b531f github actions: use os latest + macos; bump version 2.1.14 2025-02-12 13:46:58 +01:00
2 changed files with 2 additions and 2 deletions

View File

@@ -29,7 +29,7 @@ jobs:
needs: [build_setup]
strategy:
matrix:
os: [ubuntu-24.04, windows-2022]
os: [ubuntu-latest, windows-latest, macos-latest]
arch: [auto32, auto64, aarch64]
steps:

View File

@@ -1 +1 @@
2.1.13
2.1.14