Skip to content

Commit 6fd2824

Browse files
authored
Merge pull request #202 from AkihiroSuda/macos-11-ci
CI: bump up macos-10.15 to macos-11
2 parents 1efd065 + 406636e commit 6fd2824

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
runs-on: ${{ matrix.os }}
6868
strategy:
6969
matrix:
70-
os: [macos-10.15, ubuntu-20.04]
70+
os: [macos-11, ubuntu-20.04]
7171
timeout-minutes: 20
7272
steps:
7373
- uses: actions/setup-go@v2
@@ -89,7 +89,7 @@ jobs:
8989

9090
integration:
9191
name: Integration tests
92-
runs-on: macos-10.15
92+
runs-on: macos-11
9393
timeout-minutes: 40
9494
strategy:
9595
matrix:

0 commit comments

Comments
 (0)