Skip to content

Commit 46a2047

Browse files
peterdragunradimkarnis
authored andcommitted
ci(github): Use new macos-15-intel runner for macOS builds
1 parent 73d1c25 commit 46a2047

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/build_esptool.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- platform: linux-amd64
1616
runner: ubuntu-latest
1717
- platform: macos-amd64
18-
runner: macos-13
18+
runner: macos-15-intel
1919
- platform: macos-arm64
2020
runner: macos-latest
2121
- platform: linux-armv7
@@ -35,8 +35,6 @@ jobs:
3535
if: (matrix.platform != 'linux-armv7') || contains(github.ref_name, 'dev')
3636
with:
3737
python-version: "3.13"
38-
# Python is used only to apply dev-release patch on Linux runners and no packages are installed as the build happens in the container
39-
cache: ${{ matrix.platform != 'linux-armv7' && matrix.platform != 'linux-aarch64' && matrix.platform != 'linux-amd64' && 'pip' || '' }}
4038
- name: Patch version for dev releases
4139
if: contains(github.ref_name, 'dev')
4240
run: |

0 commit comments

Comments
 (0)