Skip to content

Commit 3751eda

Browse files
committed
Add macOS-12 for Github Actions
1 parent 597e70e commit 3751eda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-test.mac.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
name: Build and test in macOS
99
strategy:
1010
matrix:
11-
os: [macos-11]
11+
os: [macos-11, macos-12]
1212
runs-on: ${{ matrix.os }}
1313
steps:
1414
- name: Install dependencies

0 commit comments

Comments
 (0)