File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -190,7 +190,7 @@ envVars arch os = object $
190190runner :: Arch -> Opsys -> [Value ]
191191runner Amd64 (Linux _) = [" ubuntu-latest" ]
192192runner AArch64 (Linux _) = [" ubuntu-22.04-arm" ]
193- runner Amd64 Darwin = [" macOS-13 " ]
193+ runner Amd64 Darwin = [" macOS-15 " ]
194194runner AArch64 Darwin = [" self-hosted" , " macOS" , " ARM64" ]
195195runner Amd64 Windows = [" windows-latest" ]
196196runner AArch64 Windows = error " aarch64 windows not supported"
Original file line number Diff line number Diff line change @@ -3455,7 +3455,7 @@ jobs:
34553455 environment : CI
34563456 name : build-x86_64-mac-9103 (Build binaries)
34573457 runs-on :
3458- - macOS-13
3458+ - macOS-15
34593459 steps :
34603460 - name : Checkout
34613461 uses : actions/checkout@v4
@@ -3488,7 +3488,7 @@ jobs:
34883488 environment : CI
34893489 name : build-x86_64-mac-9122 (Build binaries)
34903490 runs-on :
3491- - macOS-13
3491+ - macOS-15
34923492 steps :
34933493 - name : Checkout
34943494 uses : actions/checkout@v4
@@ -3521,7 +3521,7 @@ jobs:
35213521 environment : CI
35223522 name : build-x86_64-mac-9141 (Build binaries)
35233523 runs-on :
3524- - macOS-13
3524+ - macOS-15
35253525 steps :
35263526 - name : Checkout
35273527 uses : actions/checkout@v4
@@ -3554,7 +3554,7 @@ jobs:
35543554 environment : CI
35553555 name : build-x86_64-mac-967 (Build binaries)
35563556 runs-on :
3557- - macOS-13
3557+ - macOS-15
35583558 steps :
35593559 - name : Checkout
35603560 uses : actions/checkout@v4
@@ -3587,7 +3587,7 @@ jobs:
35873587 environment : CI
35883588 name : build-x86_64-mac-984 (Build binaries)
35893589 runs-on :
3590- - macOS-13
3590+ - macOS-15
35913591 steps :
35923592 - name : Checkout
35933593 uses : actions/checkout@v4
@@ -4361,7 +4361,7 @@ jobs:
43614361 needs :
43624362 - bindist-x86_64-mac
43634363 runs-on :
4364- - macOS-13
4364+ - macOS-15
43654365 steps :
43664366 - name : Checkout
43674367 uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments