This commit is contained in:
Jack Kavanagh 2023-08-10 22:29:00 +02:00 committed by GitHub
parent 7b3d04c830
commit bdb67313e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,12 +17,9 @@ concurrency:
jobs:
Test:
runs-on: ${{ matrix.os }}
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest]
# os: [macos-latest, windows-latest, ubuntu-latest]
steps:
- name: Checkout branch
uses: actions/checkout@v3