summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOneric <oneric@oneric.stub>2021-12-14 23:03:58 +0100
committerOneric <oneric@oneric.stub>2021-12-18 21:47:27 +0100
commita60af80a49bc0998f0cd9a5a26f229ec06e1bf7f (patch)
tree7a1462376cd9f3895f88556a37af85ee0bdccb60
parentbff29f732e11e14b49d569b7e2651d03e04d7bd5 (diff)
downloadlibass-a60af80a49bc0998f0cd9a5a26f229ec06e1bf7f.tar.bz2
libass-a60af80a49bc0998f0cd9a5a26f229ec06e1bf7f.tar.xz
ci/gha: bump ubuntu version to latest
We no longer use caches which might be affected by sudden version changes, and 18.04's FriBiDi is too old for USE_FRIBIDI_EX_API. A follow-up will add a dedicated build to test older library configurations.
-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