Skip to content

Commit

Permalink
feat: Upgrade macOS version from 12 to 13
Browse files Browse the repository at this point in the history
macOS-12 is about to be EOL and is already starting to throw warnings
in Homebrew, so upgrade it to 13 before the deadline which should be
in the next couple months.
  • Loading branch information
Geod24 committed Sep 22, 2024
1 parent 9655378 commit b098e20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
fail-fast: false
matrix:
# Latest stable version, update at will
os: [ macOS-12, ubuntu-20.04, windows-2019 ]
os: [ macOS-13, ubuntu-20.04, windows-2019 ]
dc:
# Always test latest as that is what we use to compile on release
- dmd-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ macOS-12, ubuntu-20.04, windows-2019 ]
os: [ macOS-13, ubuntu-20.04, windows-2019 ]
arch: [ x86_64 ]
include:
- { os: windows-2019, arch: i686 }
Expand Down

0 comments on commit b098e20

Please sign in to comment.