Skip to content

Commit

Permalink
chore: Change GitHub Actions runner from ubuntu-latest to macos-lates…
Browse files Browse the repository at this point in the history
…t for improved compatibility
  • Loading branch information
onuratakan committed Jan 6, 2025
1 parent 759acbf commit 56da9bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_uv_commands.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
run-uv-commands:
runs-on: ubuntu-latest
runs-on: macos-latest

steps:
- name: Checkout repository
Expand Down

0 comments on commit 56da9bd

Please sign in to comment.