We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13e3d9e commit c240346Copy full SHA for c240346
1 file changed
.github/workflows/test.yml
@@ -50,7 +50,7 @@ jobs:
50
intergration-test-1:
51
strategy:
52
matrix:
53
- os: [ 'ubuntu-20.04', 'macos-11.0', 'windows-2022' ]
+ os: [ 'ubuntu-20.04', 'macos-12', 'windows-2022' ]
54
runs-on: ${{ matrix.os }}
55
steps:
56
- name: Checkout
@@ -68,7 +68,7 @@ jobs:
68
intergration-test-2:
69
70
71
72
73
74
0 commit comments