aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorBen Burdette <bburdette@gmail.com>2020-05-15 07:00:36 -0600
committerBen Burdette <bburdette@gmail.com>2020-05-15 07:00:36 -0600
commit92123c6c798682f3a7c1f19984dcd3a06ad6be92 (patch)
tree5b6330756020c4b7759b328eb1e4de4bd65db3a9 /.github
parent19694aa213961daa5cbe2263bfaca53dc068a40c (diff)
parent546b179d0a89e9f27a02e92004da0f8f08e5041a (diff)
Merge remote-tracking branch 'upstream/master' into errors-phase-2
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/test.yml2
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