diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b2cd38d..1120d4f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -11,7 +11,7 @@ jobs: strategy: matrix: include: - - os: macos-latest + - os: macos-13 TARGET: macos CMD_BUILD: > cd PySoar && diff --git a/CHANGES.md b/CHANGES.md index 2cc4fd4..07243f6 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -2,6 +2,9 @@ Master [unreleased] +v0.68.0 - 2024-08-18 +- use macos-13 on github runner + v0.67.0 - 2024-08-18 - use latest macos on github runner diff --git a/PySoar/settingsClass.py b/PySoar/settingsClass.py index b168f54..89c1d80 100644 --- a/PySoar/settingsClass.py +++ b/PySoar/settingsClass.py @@ -38,7 +38,7 @@ def __init__(self): self.debug_form_url = 'https://docs.google.com/forms/d/1uWxTA5Hka6rbXzDOJDX9dRhZ7OwIoqN5Do0e27B0q-M/viewform' self.pysoar_version_formID = 891402426 self.competition_url_formID = 174131444 - self.version = '0.67.0' + self.version = '0.68.0' # determine if application is a script file or frozen exe if getattr(sys, 'frozen', False):