gh-actions
authorMichael Wallner <mike@php.net>
Fri, 2 Oct 2020 08:05:53 +0000 (10:05 +0200)
committerMichael Wallner <mike@php.net>
Fri, 2 Oct 2020 08:05:53 +0000 (10:05 +0200)
.github/workflows/cmake-build-ci.gen
.github/workflows/cmake-build-ci.yml

index 2d5a6b72773520ddcd6352a7eb94b86e46943a21..9dcbf069c44f1025fb1c8304824b30b732676b28 100755 (executable)
@@ -163,10 +163,10 @@ jobs:
     runs-on: ${{ matrix.os }}
     env:
       CMAKE_CONFIG_TYPE: Release
+      OS_VND: Linux
+      OS_VER: ${{ matrix.os }}
       CC_VND: ${{ matrix.compiler_vendor }}
       CC_VER: ${{ matrix.compiler_version }}
-      OS_VND: ${{ runner.os }}
-      OS_VER: ${{ matrix.os }}
     steps:
       - uses: actions/checkout@v2
 <?php steps(true); ?>
index e33e604c7a1d5cd21a5cd2c519db25740db55547..43d698850f81146a8a9daf82902cb019e0e977e7 100644 (file)
@@ -36,10 +36,10 @@ jobs:
     runs-on: ${{ matrix.os }}
     env:
       CMAKE_CONFIG_TYPE: Release
+      OS_VND: Linux
+      OS_VER: ${{ matrix.os }}
       CC_VND: ${{ matrix.compiler_vendor }}
       CC_VER: ${{ matrix.compiler_version }}
-      OS_VND: ${{ runner.os }}
-      OS_VER: ${{ matrix.os }}
     steps:
       - uses: actions/checkout@v2
       - name: Prepare environment (for new gnu on ubuntu-20.04)