Use ubuntu-latest as machine for Github Actions

This commit is contained in:
sabaimran 2021-12-11 12:54:32 -05:00 committed by GitHub
parent 386534c236
commit 930bdb5403
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,7 +11,7 @@ on:
jobs: jobs:
test: test:
name: Run Tests name: Run Tests
runs-on: "macos-latest" runs-on: ubuntu-latest
defaults: defaults:
run: run:
shell: bash -l {0} shell: bash -l {0}