Skip to content

Commit

Permalink
try to use public runner
Browse files Browse the repository at this point in the history
  • Loading branch information
mykrupp committed Sep 16, 2024
1 parent a1b05a6 commit 666abae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
thread_build:
name: EFR32 Thread

runs-on: silabs-internal
runs-on: ubuntu-latest

container:
image: ghcr.io/project-chip/chip-build-efr32:74
Expand All @@ -34,7 +34,7 @@ jobs:

- name: Install ZAP
run: |
wget /~https://github.com/project-chip/zap/releases/download/v2024.08.15-nightly/zap-linux-x64.zip
wget /~https://github.com/project-chip/zap/releases/download/v2024.08.27-nightly/zap-linux-x64.zip
unzip zap-linux-x64.zip -d /opt/silabs/zap-linux-x64
rm zap-linux-x64.zip
Expand Down

0 comments on commit 666abae

Please sign in to comment.