From a44fa057aa0d26c71bbe6d5619f8aaf96fa15f7a Mon Sep 17 00:00:00 2001 From: slam Date: Tue, 12 Mar 2024 21:25:29 +0800 Subject: [PATCH] chore: add ci build --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 46acacd..9d3e30b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -8,7 +8,7 @@ on: jobs: build: - runs-on: ubuntu-latest + runs-on: macOS-latest env: SIGNING_KEY: ${{ secrets.SIGNING_KEY }} SIGNING_PASSWORD: ${{ secrets.SIGNING_PASSWORD }}