Skip to content

Commit f4e8098

Browse files
committed
Add macOS 12 and 13 CI
1 parent 423930b commit f4e8098

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ${{ matrix.os }}
1515
strategy:
1616
matrix:
17-
os: [macos-11.0]
17+
os: [macos-11.0, macos-12, macos-13]
1818
steps:
1919
- uses: actions/checkout@v2
2020
- name: Build

0 commit comments

Comments
 (0)