[github-actions] fix macOS builds (#7086)

This commit fixes macOS build failures by downgrading to macOS 10.15.
This commit is contained in:
Simon Lin
2021-10-20 09:36:45 -07:00
committed by GitHub
parent f4e1526a49
commit ee649b141b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -279,7 +279,7 @@ jobs:
CXX: clang++
- CC: gcc
CXX: g++
runs-on: macos-11
runs-on: macos-10.15
env:
CC: ${{ matrix.CC }}
CXX: ${{ matrix.CXX }}
+1 -1
View File
@@ -225,7 +225,7 @@ jobs:
pty-macos:
name: pty-macos OT_DAEMON=${{ matrix.OT_DAEMON }}
runs-on: macos-11
runs-on: macos-10.15
strategy:
matrix:
OT_DAEMON: ['off', 'on']