Skip to content

Commit

Permalink
Merge pull request #2668 from senhuang42/update_ci_platforms
Browse files Browse the repository at this point in the history
[CI] Fix zlib-wrapper test
  • Loading branch information
senhuang42 authored May 17, 2021
2 parents d2c1c00 + 38ffe96 commit 9fe1072
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/generic-release.yml
Original file line number Diff line number Diff line change
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 9fe1072

Please sign in to comment.