Skip to content

Commit 6f00c36

Browse files
authoredMar 5, 2025
Merge pull request #774 from david-cermak/ci/fix_deprecated_containers
ci(common): Remove deprecated CI runners on ubuntu-20.04
2 parents eb12d05 + d7f5322 commit 6f00c36

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
 

‎.github/workflows/eppp__build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
matrix:
1616
idf_ver: ["latest", "release-v5.3"]
1717
test: [ { app: host, path: "examples/host" }, { app: slave, path: "examples/slave" }, { app: test_app, path: "test/test_app" }]
18-
runs-on: ubuntu-20.04
18+
runs-on: ubuntu-22.04
1919
container: espressif/idf:${{ matrix.idf_ver }}
2020
steps:
2121
- name: Checkout esp-protocols

‎.github/workflows/mosq__build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
idf_ver: ["latest"]
113113
idf_target: ["esp32"]
114114
test: [ { app: publish, path: "tools/test_apps/protocols/mqtt/publish_connect_test" }]
115-
runs-on: ubuntu-20.04
115+
runs-on: ubuntu-22.04
116116
container: espressif/idf:${{ matrix.idf_ver }}
117117
env:
118118
TARGET_TEST_DIR: build_esp32_local_broker

‎.github/workflows/tls_cxx__build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
matrix:
1616
idf_ver: ["latest", "release-v5.3", "release-v5.2", "release-v5.1"]
1717
test: [ { app: client, path: "examples/tls_client" }, { app: udp, path: "examples/udp_mutual_auth" }, { app: test, path: "tests/uart_mutual_auth" } ]
18-
runs-on: ubuntu-20.04
18+
runs-on: ubuntu-22.04
1919
container: espressif/idf:${{ matrix.idf_ver }}
2020
steps:
2121
- name: Checkout esp-protocols

0 commit comments

Comments
 (0)