This commit is contained in:
Domen Kožar 2020-05-27 17:08:18 +02:00 committed by GitHub
commit 504ad53a71
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,7 +7,7 @@ jobs:
public-cache:
strategy:
matrix:
os: [ubuntu-latest, macos-latestt]
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2