Skip to content

Commit 26c1696

Browse files
jeplerdpgeorge
authored andcommitted
github/workflows: Use same Ubuntu for code_size as ports_esp32.
Also make sure code_size runs when the esp32 port source changes, as per the other ports that are built as part of code_size. Signed-off-by: Jeff Epler <jepler@unpythonic.net> Signed-off-by: Damien George <damien@micropython.org>
1 parent 31fe865 commit 26c1696

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/code_size.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010
- 'shared/**'
1111
- 'lib/**'
1212
- 'ports/bare-arm/**'
13+
- 'ports/esp32/**'
1314
- 'ports/mimxrt/**'
1415
- 'ports/minimal/**'
1516
- 'ports/rp2/**'
@@ -23,7 +24,7 @@ concurrency:
2324

2425
jobs:
2526
build:
26-
runs-on: ubuntu-22.04
27+
runs-on: ubuntu-latest
2728
steps:
2829
- uses: actions/checkout@v6
2930
with:

0 commit comments

Comments
 (0)