diff options
author | Ben Burdette <bburdette@gmail.com> | 2020-05-15 07:00:36 -0600 |
---|---|---|
committer | Ben Burdette <bburdette@gmail.com> | 2020-05-15 07:00:36 -0600 |
commit | 92123c6c798682f3a7c1f19984dcd3a06ad6be92 (patch) | |
tree | 5b6330756020c4b7759b328eb1e4de4bd65db3a9 /.github/workflows/test.yml | |
parent | 19694aa213961daa5cbe2263bfaca53dc068a40c (diff) | |
parent | 546b179d0a89e9f27a02e92004da0f8f08e5041a (diff) |
Merge remote-tracking branch 'upstream/master' into errors-phase-2
Diffstat (limited to '.github/workflows/test.yml')
-rw-r--r-- | .github/workflows/test.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 87997414d..7feefc855 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -6,7 +6,7 @@ jobs: tests: strategy: matrix: - os: [ubuntu-18.04, macos] + os: [ubuntu-latest, macos-latest] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v2 |