summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOneric <oneric@oneric.stub>2022-07-28 21:26:40 +0200
committerOneric <oneric@oneric.stub>2022-07-30 15:46:38 +0200
commit7e35f6dc7320d89b13f75465ba4d3793aed962be (patch)
tree944f79fe46a14e9298e040a1c39225f2d02438b6
parent5773904ca34437113d8d11a1341f8d60641a2821 (diff)
downloadlibass-7e35f6dc7320d89b13f75465ba4d3793aed962be.tar.bz2
libass-7e35f6dc7320d89b13f75465ba4d3793aed962be.tar.xz
ci/gha: bump macos environment to "latest"
macos-10.15 is being phased out and currently, prior to full removal, fails unconditionally during specific times.
-rw-r--r--.github/workflows/ghci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ghci.yml b/.github/workflows/ghci.yml
index 6904e71..26d64bb 100644
--- a/.github/workflows/ghci.yml
+++ b/.github/workflows/ghci.yml
@@ -13,11 +13,11 @@ jobs:
strategy:
fail-fast: false
matrix:
- os: [ubuntu-latest, macos-10.15]
+ os: [ubuntu-latest, macos-latest]
cc: [gcc, clang]
docker_image: ['']
exclude:
- - os: macos-10.15
+ - os: macos-latest
cc: gcc
include:
# Enable distcheck for one build