File tree Expand file tree Collapse file tree 6 files changed +7
-11
lines changed
Expand file tree Collapse file tree 6 files changed +7
-11
lines changed Original file line number Diff line number Diff line change 5151 matrix :
5252 python-version : ["3.10"]
5353 os :
54- - runs-on : macos-12
54+ - runs-on : macos-13
5555 name : intel
5656 bladebit-suffix : macos-x86-64.tar.gz
5757 arch-artifact-name : intel
8383 uses : Chia-Network/actions/setjobenv@main
8484 env :
8585 GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
86- MACOSX_DEPLOYMENT_TARGET : 12
86+ MACOSX_DEPLOYMENT_TARGET : 13
8787
8888 - name : Test for secrets access
8989 id : check_secrets
@@ -296,10 +296,6 @@ jobs:
296296 fail-fast : false
297297 matrix :
298298 os :
299- - name : 12
300- matrix : 12
301- runs-on :
302- intel : macos-12
303299 - name : 13
304300 matrix : 13
305301 runs-on :
Original file line number Diff line number Diff line change 3232 - name : macOS
3333 matrix : macos
3434 runs-on :
35- intel : macos-12
35+ intel : macos-13
3636 arm : macos-13-arm64
3737 - name : Windows
3838 matrix : windows
Original file line number Diff line number Diff line change 2929 - name : macOS
3030 matrix : macos
3131 runs-on :
32- intel : macos-12
32+ intel : macos-13
3333 arm : macos-13-arm64
3434 - name : Windows
3535 matrix : windows
Original file line number Diff line number Diff line change 3232 os :
3333 - runs-on : macos-latest
3434 matrix : macos-arm
35- - runs-on : macos-12
35+ - runs-on : macos-13
3636 matrix : macos-intel
3737 - runs-on : ubuntu-latest
3838 matrix : linux
Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ jobs:
120120 concurrency-name : macos-intel
121121 configuration : ${{ needs.configure.outputs.configuration }}
122122 matrix_mode : ${{ needs.configure.outputs.matrix_mode }}
123- runs-on : macos-12
123+ runs-on : macos-13
124124 arch : intel
125125 macos-arm :
126126 if : github.event_name != 'workflow_dispatch' || inputs.run-macos-arm
Original file line number Diff line number Diff line change 4343 matrix : macos
4444 emoji : 🍎
4545 runs-on :
46- intel : macos-12
46+ intel : macos-13
4747 arm : macos-13-arm64
4848 - name : Windows
4949 matrix : windows
You can’t perform that action at this time.
0 commit comments