]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
[ci] Use *-latest for platforms to test on 2668/head
authorsenhuang42 <senhuang96@fb.com>
Mon, 17 May 2021 17:04:55 +0000 (13:04 -0400)
committersenhuang42 <senhuang96@fb.com>
Mon, 17 May 2021 17:04:55 +0000 (13:04 -0400)
.github/workflows/generic-release.yml

index cb91fb255c3a2a8c1a902817401739f21c2c347a..1e47bba4d5c9f39547fe0572543a65e68ed7593f 100644 (file)
@@ -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
@@ -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
@@ -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