Skip to content

Commit

Permalink
ci: use macos for better performance
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobLinCool committed Jan 17, 2025
1 parent 8a74e08 commit 6cbdb27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ concurrency:
jobs:
build:
name: Build
runs-on: ubuntu-latest
runs-on: macos-latest
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
pr:
name: PR
runs-on: ubuntu-latest
runs-on: macos-latest

steps:
- name: Checkout Repository
Expand Down

0 comments on commit 6cbdb27

Please sign in to comment.