summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/ghci.yml9
1 files changed, 5 insertions, 4 deletions
diff --git a/.github/workflows/ghci.yml b/.github/workflows/ghci.yml
index d32dd8e..a2c01ab 100644
--- a/.github/workflows/ghci.yml
+++ b/.github/workflows/ghci.yml
@@ -12,22 +12,23 @@ jobs:
${{ matrix.cc }}${{ matrix.api && ', ' }}${{ matrix.api }})
strategy:
matrix:
- os: [ubuntu-18.04, macos-10.15]
+ os: [ubuntu-latest, macos-10.15]
cc: [gcc, clang]
+ docker_image: ['']
exclude:
- os: macos-10.15
cc: gcc
include:
# Enable distcheck for one build
- - os: ubuntu-18.04
+ - os: ubuntu-latest
cc: gcc
do_distc: yes
# Run Coverity on a clang build; Coverity's gcc causes issues
- - os: ubuntu-18.04
+ - os: ubuntu-latest
cc: clang
do_coverity: yes
# Add a tcc build
- - os: ubuntu-18.04
+ - os: ubuntu-latest
cc: tcc
ld: tcc
# Build in an Alpine Docker image