diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2020-05-28 12:55:24 +0200 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2020-05-28 12:55:24 +0200 |
commit | 17ca997fc6875071c7c0027b7a23c732c3ad02ee (patch) | |
tree | cf820d38955dee7cf33b36502f5b62b78b466a95 /.github | |
parent | c3eff22f46cc05ddae4f648413ab115edb817ef9 (diff) | |
parent | d2a537568a7ed3fa8bee63c4298b771a27fdad89 (diff) |
Merge remote-tracking branch 'origin/master' into flakes
Diffstat (limited to '.github')
-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 f9b1d6093..447a6d43b 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 |