From a40ba4d68a58cc11adb1f5b690e03d9290c0bd06 Mon Sep 17 00:00:00 2001 From: Hishara Weerasinghe Date: Fri, 27 Dec 2024 06:44:11 +0000 Subject: [PATCH] Updated runtime to macOS --- .github/workflows/swift.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/swift.yml b/.github/workflows/swift.yml index 66d90d5..8298c4e 100644 --- a/.github/workflows/swift.yml +++ b/.github/workflows/swift.yml @@ -12,7 +12,7 @@ on: jobs: build: - runs-on: ubuntu-latest + runs-on: macos-latest steps: - uses: actions/checkout@v4