From 7600373adba5d4a71d6470e6c423230dbc1ae644 Mon Sep 17 00:00:00 2001 From: Kilian Koeltzsch Date: Fri, 15 Nov 2024 19:03:33 +0100 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7fc71cb..d015fd7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,9 +4,9 @@ on: [push] jobs: build_and_test: - runs-on: macos-latest + runs-on: macos-15 # go back to macos-latest once 15 becomes the default steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Build run: swift build -v - name: Tests