mirror of https://github.com/nirenjan/libx52.git
Replace macos-latest with macos-10.15
This is necessary since Github will soon change macos-latest to point to macos-11reverse-scroll
parent
8d38c4d16b
commit
581d2c0bbd
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue