File tree Expand file tree Collapse file tree 3 files changed +11
-5
lines changed
Expand file tree Collapse file tree 3 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 2424 os : # https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners/about-github-hosted-runners#standard-github-hosted-runners-for-public-repositories
2525 - windows-latest
2626 - ubuntu-latest
27- - macos-13 # MacOS x86_64
27+ - macos-15-intel # MacOS x86_64
2828 - macos-latest # MacOS arm64 (M1)
2929 - ubuntu-24.04-arm
3030 - linux-armv7-self-hosted
8282 run : os_dependencies/ubuntu.sh
8383
8484 - name : Install additional OS dependencies - MacOS
85- if : matrix.os == 'macos-latest' || matrix.os == 'macos-13 '
85+ if : matrix.os == 'macos-latest' || matrix.os == 'macos-15-intel '
8686 run : os_dependencies/macos.sh
8787
8888 - name : Install additional OS dependencies - Linux ARM
Original file line number Diff line number Diff line change 2222 os :
2323 - windows-latest
2424 - ubuntu-latest
25- - macos-13 # MacOS x86_64
25+ - macos-15-intel # MacOS x86_64
2626 - macos-latest # MacOS arm64 (M1)
2727 - ubuntu-24.04-arm
2828 - linux-armv7-self-hosted
3434 - python-version : ${{ inputs.oldest_supported_python }}
3535 os : ubuntu-latest
3636 - python-version : ${{ inputs.oldest_supported_python }}
37- os : macos-13
37+ os : macos-15-intel
3838 - python-version : ${{ inputs.oldest_supported_python }}
3939 os : macos-latest
4040 - python-version : ${{ inputs.oldest_supported_python }}
7171 run : os_dependencies/ubuntu.sh
7272
7373 - name : Install additional OS dependencies - MacOS
74- if : matrix.os == 'macos-latest' || matrix.os == 'macos-13 '
74+ if : matrix.os == 'macos-latest' || matrix.os == 'macos-15-intel '
7575 run : os_dependencies/macos.sh
7676
7777
Original file line number Diff line number Diff line change 108108 platform : ['darwin']
109109 version : ' ==10.3.2'
110110 python : ' >=3.14'
111+
112+ # because of the issue with importlib_metadata and chosen approach we are skipping xcffib for Python 3.8 on MacOS
113+ # # https://github.com/espressif/esp-idf/commit/3bad4348d0597597e4079878aa5de1871403e0b2
114+ - package_name : ' xcffib'
115+ platform : ['darwin']
116+ python : ' ==3.8'
You can’t perform that action at this time.
0 commit comments