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:
parent
d60f27f697
commit
71874ad2ee
6
.github/workflows/check.yml
vendored
6
.github/workflows/check.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user