diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e1f56ba..b2cd38d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -11,7 +11,7 @@ jobs: strategy: matrix: include: - - os: macos-11 + - os: macos-latest TARGET: macos CMD_BUILD: > cd PySoar && diff --git a/CHANGES.md b/CHANGES.md index 15e0991..2cc4fd4 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -2,6 +2,9 @@ Master [unreleased] +v0.67.0 - 2024-08-18 +- use latest macos on github runner + v0.66.0 - 2024-08-18 - bump opensoar to 1.1.3: fix timezone correction diff --git a/PySoar/settingsClass.py b/PySoar/settingsClass.py index f0643aa..b168f54 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.66.0' + self.version = '0.67.0' # determine if application is a script file or frozen exe if getattr(sys, 'frozen', False):