From a53b98143b9e4fe1c22c136a54580beb20210365 Mon Sep 17 00:00:00 2001 From: Zach Date: Tue, 18 Jun 2024 19:03:27 -0600 Subject: [PATCH] Update and rename swift.yml to macOS.yml (#20) --- .github/workflows/{swift.yml => macOS.yml} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename .github/workflows/{swift.yml => macOS.yml} (85%) diff --git a/.github/workflows/swift.yml b/.github/workflows/macOS.yml similarity index 85% rename from .github/workflows/swift.yml rename to .github/workflows/macOS.yml index 1b91f2a..7353c39 100644 --- a/.github/workflows/swift.yml +++ b/.github/workflows/macOS.yml @@ -1,4 +1,4 @@ -name: Swift +name: macOS on: push: @@ -8,7 +8,7 @@ on: jobs: build: - runs-on: ubuntu-latest + runs-on: macos-latest steps: - uses: actions/checkout@v3