Skip to content

Commit

Permalink
Temporary disable Raspberry PI 3 worker
Browse files Browse the repository at this point in the history
  • Loading branch information
svavassori committed Jun 26, 2023
1 parent 90215a9 commit 065000c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ jobs:
build:
strategy:
matrix:
os: [ ubuntu-22.04, macos-latest, rpi3b, macos-11, macos-12, macos-13, ubuntu-latest, ubuntu-20.04 ]
os: [ ubuntu-22.04, macos-latest, macos-11, macos-12, macos-13, ubuntu-latest, ubuntu-20.04 ]
# TODO: re-enable before creating PR: rpi3b,
runs-on: ${{ matrix.os }}
timeout-minutes: 35 # runtime across all OSs, runs can get queued and mac runs take 15-20 min
steps:
Expand Down

0 comments on commit 065000c

Please sign in to comment.