Skip to content

Commit

Permalink
github/workflows: add macOS 13 build
Browse files Browse the repository at this point in the history
Apparently it is available in public beta since late April.

ref actions/runner-images#6426
  • Loading branch information
jeeb committed Sep 21, 2023
1 parent d48f713 commit cf362ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ jobs:
os:
- "macos-11"
- "macos-12"
- "macos-13"
steps:
- uses: actions/checkout@v3

Expand Down

0 comments on commit cf362ee

Please sign in to comment.