Skip to content

Commit f7a2b27

Browse files
committed
Add macos-12 as test platform
1 parent c5ad421 commit f7a2b27

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ jobs:
2424
strategy:
2525
fail-fast: false
2626
matrix:
27-
os: [macos-11, ubuntu-20.04]
27+
# https://github.com/actions/virtual-environments
28+
os: [macos-12, macos-11, ubuntu-20.04]
2829

2930
runs-on: ${{ matrix.os }}
3031
env:

0 commit comments

Comments
 (0)