foxygit / doom Log in
commit c0f89f2afa16aedaf93e86fe8e920d10c8c24f77
Author:     Simon Howard <fraggle@soulsphere.org>
AuthorDate: Mon Dec 8 22:48:54 2025 -0500
Commit:     Simon Howard <fraggle@soulsphere.org>
CommitDate: Mon Dec 8 22:48:54 2025 -0500

    Update Github runner to `macos-15-intel`

    As per actions/runner-images#13046, the `macos-13` runner is now
    discontinued, and this has caused the CI to break. This updates the
    runner to `macos-15-intel`, "which is currently planned as the last
    supported image based on Intel CPU" (see link).
---
 .github/workflows/main.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 91f9a093..b9a1a51c 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -37,7 +37,7 @@ jobs:
             shell: bash

           - name: macOS x86 Clang
-            os: macos-13
+            os: macos-15-intel
             compiler: clang
             shell: bash