aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2025-09-18 11:04:59 +0200
committerLoïc Hoguin <[email protected]>2025-09-18 11:04:59 +0200
commit84a60e9c17ca0675987c8f6076066a5c21b435c0 (patch)
treed12de43f68f6d96a3d13c5be8ac75d6cb308d1fc
parent1a4af2fca54ac280258bbbdfdb7bcfc2695ba45d (diff)
downloadci.erlang.mk-84a60e9c17ca0675987c8f6076066a5c21b435c0.tar.gz
ci.erlang.mk-84a60e9c17ca0675987c8f6076066a5c21b435c0.tar.bz2
ci.erlang.mk-84a60e9c17ca0675987c8f6076066a5c21b435c0.zip
Stay on macos-14 for nowHEADmaster
Tentative fix for tests flaking due to timeouts, suspected to be caused by the new macOS images. Will revert if not.
-rw-r--r--.github/workflows/ci.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index 4421ba8..e22089f 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -53,7 +53,7 @@ jobs:
fail-fast: false
matrix:
erlang: ${{ fromJson(needs.prepare-unix.outputs.erlang) }}
- os: [ubuntu-latest, macos-latest]
+ os: [ubuntu-latest, macos-14]
uses: ./.github/workflows/unix-ci.yaml
with:
latest: ${{ needs.prepare-unix.outputs.latest }}