This commit is contained in:
Domen Kožar 2022-03-23 09:19:05 +00:00
parent c5300121f7
commit 7b098d68ff

View file

@ -97,7 +97,7 @@ jobs:
oldest-supported-installer:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
os: [ubuntu-latest, macos-10.15]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2.3.5