We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73d1c25 commit 46a2047Copy full SHA for 46a2047
.github/workflows/build_esptool.yml
@@ -15,7 +15,7 @@ jobs:
15
- platform: linux-amd64
16
runner: ubuntu-latest
17
- platform: macos-amd64
18
- runner: macos-13
+ runner: macos-15-intel
19
- platform: macos-arm64
20
runner: macos-latest
21
- platform: linux-armv7
@@ -35,8 +35,6 @@ jobs:
35
if: (matrix.platform != 'linux-armv7') || contains(github.ref_name, 'dev')
36
with:
37
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' || '' }}
40
- name: Patch version for dev releases
41
if: contains(github.ref_name, 'dev')
42
run: |
0 commit comments