Skip to content

Commit

Permalink
Setting nightly builds
Browse files Browse the repository at this point in the history
  • Loading branch information
takaxp committed Mar 20, 2024
1 parent 2634e86 commit 04afbaa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nightly-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- cron: '30 0 * * *'

jobs:
nightly-build-arm64:
nightly-arm64:
runs-on: macos-14
timeout-minutes: 60
- name: Checkout repository
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly-x86_64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- cron: '0 0 * * *'

jobs:
nightly-build-x86_64:
nightly-x86_64:
runs-on: macos-13
timeout-minutes: 60
- name: Checkout repository
Expand Down

0 comments on commit 04afbaa

Please sign in to comment.