Skip to content

Commit

Permalink
ci: run update.yml on macOS instead of linux
Browse files Browse the repository at this point in the history
Since it calls the brew command
  • Loading branch information
iamsergio committed Nov 18, 2024
1 parent f39863c commit 8a55752
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ on:
workflow_dispatch:

jobs:
build:
runs-on: ubuntu-latest
update:
runs-on: macos-15

steps:
- name: Checkout sources
Expand Down

0 comments on commit 8a55752

Please sign in to comment.