Skip to content

Commit c240346

Browse files
committed
Update GitHub-hosted runners
1 parent 13e3d9e commit c240346

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
intergration-test-1:
5151
strategy:
5252
matrix:
53-
os: [ 'ubuntu-20.04', 'macos-11.0', 'windows-2022' ]
53+
os: [ 'ubuntu-20.04', 'macos-12', 'windows-2022' ]
5454
runs-on: ${{ matrix.os }}
5555
steps:
5656
- name: Checkout
@@ -68,7 +68,7 @@ jobs:
6868
intergration-test-2:
6969
strategy:
7070
matrix:
71-
os: [ 'ubuntu-20.04', 'macos-11.0', 'windows-2022' ]
71+
os: [ 'ubuntu-20.04', 'macos-12', 'windows-2022' ]
7272
runs-on: ${{ matrix.os }}
7373
steps:
7474
- name: Checkout

0 commit comments

Comments
 (0)