From 194ecb7047d8a8b42432f5f1f12e08c534b3cea5 Mon Sep 17 00:00:00 2001 From: Vyacheslav Ishutin Date: Mon, 23 Sep 2024 19:37:37 +0300 Subject: [PATCH] Run CI with Emcee Runners --- .github/workflows/swift.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/swift.yml b/.github/workflows/swift.yml index 4990d0d0..05ac5d6e 100644 --- a/.github/workflows/swift.yml +++ b/.github/workflows/swift.yml @@ -5,9 +5,9 @@ on: [push] jobs: build: - runs-on: macOS-latest + runs-on: emcee-macos-14 steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v4 - name: Build & Test run: ON_CI=1 make test