Skip to content

Commit

Permalink
change to macos runner
Browse files Browse the repository at this point in the history
  • Loading branch information
dellagd committed Jan 20, 2025
1 parent edb203d commit 6ad69eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
armbian-images:
runs-on: ubuntu-22.04-arm # Use a GitHub-hosted runner
runs-on: macos-latest # Use a GitHub-hosted runner
steps:
# Checkout this repository
- name: Checkout repository
Expand Down

0 comments on commit 6ad69eb

Please sign in to comment.