Skip to content

Commit

Permalink
Upgrade macOS job from 11 to 12
Browse files Browse the repository at this point in the history
macOS-11 is going away at the end of June.
  • Loading branch information
Geod24 committed Jun 17, 2024
1 parent efdbbd5 commit 7c46c06
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-11, ubuntu-20.04, windows-2019 ]
os: [ macOS-12, 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-11, ubuntu-20.04, windows-2019 ]
os: [ macOS-12, ubuntu-20.04, windows-2019 ]
arch: [ x86_64 ]
include:
- { os: windows-2019, arch: i686 }
Expand Down

0 comments on commit 7c46c06

Please sign in to comment.