1
1
mirror of https://github.com/divnix/digga.git synced 2024-11-23 03:05:59 +03:00

ci: run on macos-latest

This commit is contained in:
Chris Montgomery 2022-01-22 17:43:06 -05:00 committed by Chris Montgomery
parent d60f27f697
commit 71874ad2ee
No known key found for this signature in database
GPG Key ID: A6BA9BA2FDA7C997

View File

@ -9,7 +9,11 @@ on:
jobs:
check:
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}
strategy:
fail-fast: true
matrix:
os: [ubuntu-latest, macos-latest]
steps:
- uses: actions/checkout@v3