run integration tests on ubuntu for now

Signed-off-by: Meredith Lancaster <malancas@github.com>
This commit is contained in:
Meredith Lancaster 2024-03-06 14:05:15 -07:00
parent e43d98fce6
commit b64e0030b5

View file

@ -3,11 +3,7 @@ on: [push, pull_request]
jobs:
build:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
runs-on: ${{ matrix.os }}
runs-on: ubuntu-latest
env:
GH_TOKEN: ${{ github.token }}