File tree Expand file tree Collapse file tree 5 files changed +5
-4
lines changed
Expand file tree Collapse file tree 5 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 22self-hosted-runner :
33 labels :
44 - windows-11-arm
5+ - macos-15-intel
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ permissions:
1010jobs :
1111 macos :
1212 name : Verify main against the latest ponyc on macOS
13- runs-on : macos-13
13+ runs-on : macos-15-intel
1414 steps :
1515 - uses : actions/checkout@v4.1.1
1616 - name : install ponyc
Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ jobs:
129129
130130 x86-64-apple-darwin-nightly :
131131 name : Build and upload x86-64-apple-darwin-nightly to Cloudsmith
132- runs-on : macos-13
132+ runs-on : macos-15-intel
133133 steps :
134134 - uses : actions/checkout@v4.1.1
135135 - name : install ponyc
Original file line number Diff line number Diff line change 9696
9797 x86_macos :
9898 name : x86_64 MacOS
99- runs-on : macos-13
99+ runs-on : macos-15-intel
100100 steps :
101101 - uses : actions/checkout@v4.1.1
102102 - name : install ponyc
Original file line number Diff line number Diff line change 7474
7575 x86-64-apple-darwin-release :
7676 name : Build and upload x86-64-apple-darwin-release to Cloudsmith
77- runs-on : macos-13
77+ runs-on : macos-15-intel
7878 needs :
7979 - pre-artefact-creation
8080 steps :
You can’t perform that action at this time.
0 commit comments