Skip to content

Commit 8d3c3f9

Browse files
committed
Fix build macos package
1 parent 7df1ae7 commit 8d3c3f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-packages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
needs: version-check
5757
strategy:
5858
matrix:
59-
os: [ubuntu-24.04, windows-2025, macos-13 ]
59+
os: [ubuntu-24.04, windows-2025, macos-15-intel ]
6060
arch: [x64]
6161
include:
6262
- arch: ia32
@@ -81,7 +81,7 @@ jobs:
8181
echo ${{matrix.os == 'macos-latest'}}
8282
echo ${{ matrix.arch == 'arm64' && matrix.os == 'macos-latest' }}
8383
echo ${{matrix.arch == 'x64'}}
84-
echo ${{ matrix.arch == 'x64' && matrix.os == 'macos-13' }}
84+
echo ${{ matrix.arch == 'x64' && matrix.os == 'macos-15-intel' }}
8585
- name: Checkout code
8686
uses: actions/checkout@v4
8787
with:

0 commit comments

Comments
 (0)