GHA: add a linux-hyper job

Closes #7206
This commit is contained in:
Daniel Stenberg 2021-06-07 14:57:14 +02:00
parent b26f1dc14f
commit b28a88951d
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
4 changed files with 54 additions and 5 deletions

View file

@ -1,4 +1,4 @@
name: CI
name: macOS
on:
# Trigger the workflow on push or pull requests, but only for the
@ -13,7 +13,7 @@ on:
jobs:
autotools:
name: macos ${{ matrix.build.name }}
name: ${{ matrix.build.name }}
runs-on: 'macos-latest'
timeout-minutes: 90
strategy:
@ -90,7 +90,7 @@ jobs:
TFLAGS: "${{ matrix.build.tflags }} ~1452"
cmake:
name: macos cmake ${{ matrix.compiler.CC }} ${{ matrix.build.name }}
name: cmake ${{ matrix.compiler.CC }} ${{ matrix.build.name }}
runs-on: 'macos-latest'
env: ${{ matrix.compiler }}
strategy: