Skip to content

Commit

Permalink
🔧 maybe changing the OS?
Browse files Browse the repository at this point in the history
  • Loading branch information
loucyx committed May 13, 2024
1 parent 11bad84 commit b7f5905
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/document.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
build:
name: Build
runs-on: ubuntu-latest
runs-on: macos-latest
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down Expand Up @@ -39,7 +39,7 @@ jobs:
deploy:
name: Deploy
needs: build
runs-on: ubuntu-latest
runs-on: macos-latest
permissions:
pages: write
id-token: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
build:
name: Build
runs-on: ubuntu-latest
runs-on: macos-latest
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit b7f5905

Please sign in to comment.