aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Madison <dmadison@users.noreply.github.com>2022-02-22 02:27:08 -0500
committerDavid Madison <dmadison@users.noreply.github.com>2022-02-22 02:27:08 -0500
commitfc9adfcf8e6839a3ef3d1242131dc41875fa2deb (patch)
tree34e78591ab9fffb43c5bc7ca5d18a1d68eba1a71
parent1a8e35ac5f0af7805a2f2d02c17a3cdda908b530 (diff)
Update Arduino CI version to 1.8.19
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index a5f6455..9707eca 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -3,7 +3,7 @@ name: build
on: [push, pull_request, workflow_dispatch]
env:
- IDE_VERSION: 1.8.13
+ IDE_VERSION: 1.8.19
IDE_LOCATION: /usr/local/share/arduino
jobs: