Skip to content

Commit 44db523

Browse files
authored
[CHIA-1486] Update to macOS 13 for build and test (#18640)
Update to macOS 13 for build and test
1 parent e3aac5b commit 44db523

File tree

6 files changed

+7
-11
lines changed

6 files changed

+7
-11
lines changed

.github/workflows/build-macos-installers.yml

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

.github/workflows/check_wheel_availability.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
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

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
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

.github/workflows/test-install-scripts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
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

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

.github/workflows/upload-pypi-source.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
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

0 commit comments

Comments
 (0)