Skip to content

Commit

Permalink
[ci] Use *-latest for platforms to test on
Browse files Browse the repository at this point in the history
  • Loading branch information
senhuang42 committed May 17, 2021
1 parent 40def70 commit 38ffe96
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/generic-release.yml
Expand Up @@ -17,7 +17,7 @@ jobs:
# meson test

osx:
runs-on: macos-10.15
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- name: OS-X
Expand All @@ -35,7 +35,7 @@ jobs:
CC=clang make tsan-fuzztest
zlib-wrapper:
runs-on: ubuntu-16.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: zlib wrapper test
Expand All @@ -45,7 +45,7 @@ jobs:
make -C zlibWrapper valgrindTest
lz4-threadpool-partial-libs:
runs-on: ubuntu-16.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: LZ4, thread pool, and partial libs testslib wrapper test
Expand Down

0 comments on commit 38ffe96

Please sign in to comment.