We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7df1ae7 commit 8d3c3f9Copy full SHA for 8d3c3f9
.github/workflows/publish-packages.yml
@@ -56,7 +56,7 @@ jobs:
56
needs: version-check
57
strategy:
58
matrix:
59
- os: [ubuntu-24.04, windows-2025, macos-13 ]
+ os: [ubuntu-24.04, windows-2025, macos-15-intel ]
60
arch: [x64]
61
include:
62
- arch: ia32
@@ -81,7 +81,7 @@ jobs:
81
echo ${{matrix.os == 'macos-latest'}}
82
echo ${{ matrix.arch == 'arm64' && matrix.os == 'macos-latest' }}
83
echo ${{matrix.arch == 'x64'}}
84
- echo ${{ matrix.arch == 'x64' && matrix.os == 'macos-13' }}
+ echo ${{ matrix.arch == 'x64' && matrix.os == 'macos-15-intel' }}
85
- name: Checkout code
86
uses: actions/checkout@v4
87
with:
0 commit comments