Skip to content

Commit

Permalink
Use github runner for MacOS
Browse files Browse the repository at this point in the history
  • Loading branch information
will-v-pi committed Aug 29, 2024
1 parent bbf8740 commit d92a89d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ jobs:
build_macos:
if: true
name: Build MacOS
runs-on: [self-hosted, macOS]
# runs-on: 'macos-latest'
# runs-on: [self-hosted, macOS]
runs-on: 'macos-latest'

steps:
- name: Checkout
Expand Down Expand Up @@ -68,6 +68,7 @@ jobs:
bin/picotool-*-mac.zip
bin/pico-sdk-tools-*-mac.zip
bin/openocd-*-mac.zip
bin/riscv-toolchain-*-mac.tar.gz
- name: Add Release Asset
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
Expand All @@ -76,6 +77,7 @@ jobs:
bin/picotool-*-mac.zip
bin/pico-sdk-tools-*-mac.zip
bin/openocd-*-mac.zip
bin/riscv-toolchain-*-mac.tar.gz
build_linux:
name: Build Linux
Expand Down

0 comments on commit d92a89d

Please sign in to comment.