Skip to content

Commit 6b865d6

Browse files
committed
change: Switched MacOS Intel architecture to new tag
1 parent 2f54a32 commit 6b865d6

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

.github/workflows/build-wheels-platforms.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
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
@@ -82,7 +82,7 @@ jobs:
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

.github/workflows/build-wheels-python-dependent.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
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
@@ -34,7 +34,7 @@ jobs:
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 }}
@@ -71,7 +71,7 @@ jobs:
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

exclude_list.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,3 +108,9 @@
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'

0 commit comments

Comments
 (0)