Skip to content

Commit

Permalink
pin to macOS 13
Browse files Browse the repository at this point in the history
  • Loading branch information
GliderGeek committed Aug 18, 2024
1 parent cd546a6 commit bb088bd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
include:
- os: macos-latest
- os: macos-13
TARGET: macos
CMD_BUILD: >
cd PySoar &&
Expand Down
3 changes: 3 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion PySoar/settingsClass.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit bb088bd

Please sign in to comment.