ci: change macos build target to macos-11

This commit is contained in:
Fabio Di Stasio 2022-12-22 22:22:17 +01:00
parent c08946e932
commit 2982b6cb96
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
os: [macos-latest, ubuntu-20.04, windows-latest]
os: [macos-11, ubuntu-20.04, windows-latest]
steps:
- name: Check out Git repository