diff options
author | Domen Kožar <domen@dev.si> | 2020-05-15 10:06:14 +0200 |
---|---|---|
committer | Domen Kožar <domen@dev.si> | 2020-05-15 10:06:26 +0200 |
commit | 546b179d0a89e9f27a02e92004da0f8f08e5041a (patch) | |
tree | 4073b84e1c835bef234aa2f476d9e740c313aa90 | |
parent | ecd4e52a580db0b928b84c049e72472c00f788db (diff) |
actions: use latest OS
-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 |