Skip to content

Commit 21f5121

Browse files
committed
Cleanup CI
1 parent a1b7ced commit 21f5121

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/build-esp32.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ jobs:
208208
echo "============================================================="
209209
echo "Building examples/$i..."
210210
echo "============================================================="
211-
PLATFORMIO_SRC_DIR=examples/$i PIO_BOARD=${{ matrix.board }} pio run -e ci-arduino-3-latest
211+
PLATFORMIO_SRC_DIR=examples/$i PIO_BOARD=${{ matrix.board }} pio run -e ci-arduino-rc
212212
done
213213
214214
platformio-specific-envs:
@@ -218,7 +218,7 @@ jobs:
218218
fail-fast: false
219219
matrix:
220220
env:
221-
- ci-arduino-3-latest-asynctcp
221+
- ci-arduino-rc-asynctcp
222222
- ci-arduino-3-no-json
223223

224224
steps:

platformio.ini

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,14 +71,14 @@ platform = [email protected]
7171
; board = esp32-p4
7272
; board = esp32-h2-devkitm-1
7373

74-
[env:arduino-3-latest]
74+
[env:arduino-rc]
7575
platform = https://github.com/pioarduino/platform-espressif32/releases/download/54.03.20-rc2/platform-espressif32.zip
7676

7777
[env:arduino-3-no-json]
7878
lib_deps =
7979
ESP32Async/AsyncTCP @ 3.4.6
8080

81-
[env:arduino-3-latest-asynctcp]
81+
[env:arduino-rc-asynctcp]
8282
lib_deps =
8383
https://github.com/ESP32Async/AsyncTCP
8484

@@ -131,7 +131,7 @@ board = ${sysenv.PIO_BOARD}
131131
[env:ci-arduino-3]
132132
board = ${sysenv.PIO_BOARD}
133133

134-
[env:ci-arduino-3-latest]
134+
[env:ci-arduino-rc]
135135
platform = https://github.com/pioarduino/platform-espressif32/releases/download/54.03.20-rc2/platform-espressif32.zip
136136
board = ${sysenv.PIO_BOARD}
137137

@@ -140,7 +140,7 @@ board = ${sysenv.PIO_BOARD}
140140
lib_deps =
141141
ESP32Async/AsyncTCP @ 3.4.6
142142

143-
[env:ci-arduino-3-latest-asynctcp]
143+
[env:ci-arduino-rc-asynctcp]
144144
lib_deps =
145145
https://github.com/ESP32Async/AsyncTCP
146146

0 commit comments

Comments
 (0)