Skip to content

Commit 00a8666

Browse files
committed
Add macos-12 everywhere
1 parent f7a2b27 commit 00a8666

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ jobs:
4040
strategy:
4141
fail-fast: false
4242
matrix:
43-
os: [macos-11, ubuntu-20.04]
43+
# https://github.com/actions/virtual-environments
44+
os: [macos-12, macos-11, ubuntu-20.04]
4445

4546
runs-on: ${{ matrix.os }}
4647
env:
@@ -55,7 +56,8 @@ jobs:
5556
strategy:
5657
fail-fast: false
5758
matrix:
58-
os: [macos-11, ubuntu-20.04]
59+
# https://github.com/actions/virtual-environments
60+
os: [macos-12, macos-11, ubuntu-20.04]
5961

6062
runs-on: ${{ matrix.os }}
6163
env:

0 commit comments

Comments
 (0)