Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
pepicrft committed Aug 13, 2024
1 parent 8a36c7f commit 9109f62
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ env:
jobs:
docs:
name: Docs
runs-on: ubuntu-latest
runs-on: macos-latest
env:
CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ env:
jobs:
build:
name: Build
runs-on: 'ubuntu-latest'
runs-on: 'macos-latest'
timeout-minutes: 15
steps:
- uses: actions/checkout@v4
Expand All @@ -27,7 +27,7 @@ jobs:
run: mise run docs:build
lint:
name: Lint
runs-on: 'ubuntu-latest'
runs-on: 'macos-latest'
timeout-minutes: 15
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ permissions:
jobs:
release:
name: Release
runs-on: 'ubuntu-latest'
runs-on: 'macos-latest'
timeout-minutes: 15
if: "!startsWith(github.event.head_commit.message, '[Release]')"
steps:
Expand Down

0 comments on commit 9109f62

Please sign in to comment.