Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
Signed-off-by: Sora Morimoto <[email protected]>
  • Loading branch information
smorimoto committed Feb 23, 2023
1 parent a595c61 commit 956d135
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
command: zig version

test:
runs-on: ubuntu-latest
runs-on: macos-latest

steps:
- name: Checkout code
Expand All @@ -44,7 +44,7 @@ jobs:
GITHUB_API_TOKEN: ${{ github.token }}

lint:
runs-on: ubuntu-latest
runs-on: macos-latest

steps:
- name: Checkout code
Expand All @@ -57,7 +57,7 @@ jobs:
run: make lint

format:
runs-on: ubuntu-latest
runs-on: macos-latest

steps:
- name: Checkout code
Expand Down

0 comments on commit 956d135

Please sign in to comment.