Skip to content

Commit

Permalink
Use macos-latest for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
fornewid committed Jun 4, 2024
1 parent 4d428ff commit 10186b5
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.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ jobs:
deploy:
if: github.event_name == 'push'

runs-on: ubuntu-latest
runs-on: macos-latest
needs: [ build, test ]
timeout-minutes: 30
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
update_draft_release:
runs-on: ubuntu-latest
runs-on: macos-latest
env:
TERM: dumb

Expand Down

0 comments on commit 10186b5

Please sign in to comment.