From fe042b531f3a55be244d2888ae45297d4229c8bf Mon Sep 17 00:00:00 2001 From: Mario Fink Date: Wed, 12 Feb 2025 13:46:58 +0100 Subject: [PATCH] github actions: use os latest + macos; bump version 2.1.14 --- .github/workflows/pypi-deploy.yml | 2 +- python/VERSION | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pypi-deploy.yml b/.github/workflows/pypi-deploy.yml index 0915d8d..0d31a5d 100644 --- a/.github/workflows/pypi-deploy.yml +++ b/.github/workflows/pypi-deploy.yml @@ -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: diff --git a/python/VERSION b/python/VERSION index ea4bd0f..1b5105d 100644 --- a/python/VERSION +++ b/python/VERSION @@ -1 +1 @@ -2.1.13 +2.1.14