Skip to content

Commit

Permalink
Use macos-latest for all Github Actions builds (#1639)
Browse files Browse the repository at this point in the history
  • Loading branch information
bartfeenstra authored Jul 3, 2024
1 parent bb75ef3 commit 5f3172d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request-create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
matrix:
include:
- name: macOS
os: macos-11
os: macos-latest
dist_name: betty-macos
python: '3.12'
- name: Windows
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-build-pyinstaller.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
matrix:
include:
- name: macOS
os: macos-11
os: macos-latest
dist_name: betty-macos
python: '3.12'
- name: Windows
Expand Down

0 comments on commit 5f3172d

Please sign in to comment.