File tree 1 file changed +4
-7
lines changed
1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -54,19 +54,19 @@ jobs:
54
54
arch : x86_64
55
55
with_asserts : true
56
56
- job_name : macOS arm64
57
- os : macos-14
57
+ os : macos-15
58
58
arch : arm64
59
59
with_asserts : false
60
60
- job_name : macOS arm64 withAsserts
61
- os : macos-14
61
+ os : macos-15
62
62
arch : arm64
63
63
with_asserts : true
64
64
- job_name : macOS x86_64
65
- os : macos-12
65
+ os : macos-13
66
66
arch : x86_64
67
67
with_asserts : false
68
68
- job_name : macOS x86_64 withAsserts
69
- os : macos-12
69
+ os : macos-13
70
70
arch : x86_64
71
71
with_asserts : true
72
72
name : ${{ matrix.job_name }}
76
76
MACOSX_DEPLOYMENT_TARGET : ${{ matrix.arch == 'arm64' && '11.0' || '10.12' }}
77
77
steps :
78
78
- uses : actions/checkout@v4
79
- - name : ' macOS 14: Switch to Xcode 16'
80
- if : matrix.os == 'macos-14'
81
- run : sudo xcode-select -switch /Applications/Xcode_16.app
82
79
- name : Install prerequisites
83
80
uses : ./.github/actions/1-setup
84
81
with :
You can’t perform that action at this time.
0 commit comments