Skip to content

Commit

Permalink
Update CI dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dmadison authored Feb 11, 2024
1 parent 6afae6b commit ed901cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [push, pull_request, workflow_dispatch]

env:
IDE_VERSION: 1.8.19
TEENSY_VERSION: 158
TEENSY_VERSION: 159
IDE_LOCATION: /usr/local/share/arduino

jobs:
Expand All @@ -26,7 +26,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install Arduino IDE
run: |
Expand Down

0 comments on commit ed901cc

Please sign in to comment.