diff options
author | Loïc Hoguin <[email protected]> | 2025-09-18 11:04:59 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2025-09-18 11:04:59 +0200 |
commit | 84a60e9c17ca0675987c8f6076066a5c21b435c0 (patch) | |
tree | d12de43f68f6d96a3d13c5be8ac75d6cb308d1fc | |
parent | 1a4af2fca54ac280258bbbdfdb7bcfc2695ba45d (diff) | |
download | ci.erlang.mk-84a60e9c17ca0675987c8f6076066a5c21b435c0.tar.gz ci.erlang.mk-84a60e9c17ca0675987c8f6076066a5c21b435c0.tar.bz2 ci.erlang.mk-84a60e9c17ca0675987c8f6076066a5c21b435c0.zip |
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.yaml | 2 |
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 }} |