]> git.ipfire.org Git - thirdparty/zlib-ng.git/commitdiff
ENH: Transition to Ubuntu 18.04 in `GitHub` actions workflows
authorJon Haitz Legarreta Gorroño <jon.haitz.legarreta@gmail.com>
Wed, 13 Oct 2021 13:58:41 +0000 (09:58 -0400)
committerHans Kristian Rosbach <hk-github@circlestorm.org>
Fri, 15 Oct 2021 15:26:24 +0000 (17:26 +0200)
Transition to Ubuntu 18.04 in `GitHub` actions workflows.

Fixes:
```
Ubuntu 16.04 Clang
This request was automatically failed because there were no enabled runners online to process the request for more than 1 days.

Ubuntu 16.04 GCC
This request was automatically failed because there were no enabled runners online to process the request for more than 1 days.
```

reported for example at:
https://github.com/zlib-ng/zlib-ng/actions/runs/1326434358

Official `GitHub` notice related to the removal of the 16.04 virtual
environments:
https://github.blog/changelog/2021-04-29-github-actions-ubuntu-16-04-lts-virtual-environment-will-be-removed-on-september-20-2021/

.github/workflows/cmake.yml
.github/workflows/configure.yml

index 267e84534143e1c4f98a37a3895718da681c3c45..256a9eca498e2ec4fa88b358fbd95d16b231032a 100644 (file)
@@ -8,8 +8,8 @@ jobs:
       fail-fast: false
       matrix:
         include:
-          - name: Ubuntu 16.04 GCC
-            os: ubuntu-16.04
+          - name: Ubuntu 18.04 GCC
+            os: ubuntu-18.04
             compiler: gcc
 
           - name: Ubuntu GCC
@@ -290,8 +290,8 @@ jobs:
              # Limit parallel test jobs to prevent wine errors
             parallels-jobs: 1
 
-          - name: Ubuntu 16.04 Clang
-            os: ubuntu-16.04
+          - name: Ubuntu 18.04 Clang
+            os: ubuntu-18.04
             compiler: clang-6.0
             packages: clang-6.0
 
index cb404f537f5cff6bfecc0bb394ad1bb9bc64489d..4e64a8789e2369bd186153ea0b4ddf9fdf5d67ea 100644 (file)
@@ -13,8 +13,8 @@ jobs:
             compiler: gcc
             configure-args: --warn
 
-          - name: Ubuntu 16.04 GCC
-            os: ubuntu-16.04
+          - name: Ubuntu 18.04 GCC
+            os: ubuntu-18.04
             compiler: gcc
             configure-args: --warn