Skip to content

Commit

Permalink
CI: Add macOS 13 GitHub-hosted runner
Browse files Browse the repository at this point in the history
  • Loading branch information
judaew committed Apr 26, 2023
1 parent ee8215c commit f6e057b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-11, macos-12]
os: [macos-11, macos-12, macos-13]

steps:
- name: Checkout ports
Expand Down

0 comments on commit f6e057b

Please sign in to comment.