Replace macos-latest with macos-10.15

This is necessary since Github will soon change macos-latest to point
to macos-11
reverse-scroll
nirenjan 2021-10-12 12:15:27 -07:00
parent 8d38c4d16b
commit 581d2c0bbd
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ jobs:
strategy: strategy:
matrix: matrix:
os: ['ubuntu-18.04', 'ubuntu-20.04', 'macos-latest', 'macos-11'] os: ['ubuntu-18.04', 'ubuntu-20.04', 'macos-10.15', 'macos-11']
cc: ['gcc', 'clang'] cc: ['gcc', 'clang']
steps: steps: