Merge pull request #128 from cachix/fix-ci

fix ci
This commit is contained in:
Domen Kožar 2022-03-30 09:40:06 +01:00 committed by GitHub
commit 83e7d631c6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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