Skip to content

Commit fb3106d

Browse files
committed
working on being able to share the SPI Bus
1 parent 281cda8 commit fb3106d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/macOS.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: ammaraskar/gcc-problem-matcher@master
1414
- uses: carlosperate/[email protected]
1515
with:
16-
release: '9-2019-q4' # The arm-none-eabi-gcc release to use.
16+
release: '9-2020-q2' # The arm-none-eabi-gcc release to use.
1717

1818
- uses: actions/setup-python@v5
1919
with:

.github/workflows/unix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: ammaraskar/gcc-problem-matcher@master
1717
- uses: carlosperate/[email protected]
1818
with:
19-
release: '9-2019-q4' # The arm-none-eabi-gcc release to use.
19+
release: '9-2020-q2' # The arm-none-eabi-gcc release to use.
2020

2121
- uses: actions/setup-python@v5
2222
with:

0 commit comments

Comments
 (0)