From 5cf4b982f8e80f72ac55349357dc1f5d3b27a596 Mon Sep 17 00:00:00 2001 From: Takahiro Menju Date: Mon, 15 Apr 2024 23:15:05 +0900 Subject: [PATCH] Use macos-latest to release ios artifacts --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 83b39c1..e36c3e3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ env: jobs: build: name: Build and Test - runs-on: 'ubuntu-latest' + runs-on: 'macos-latest' steps: - name: Checkout uses: actions/checkout@v2