File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1313
1414jobs :
1515 macos-13 :
16- runs-on : macos-13
16+ runs-on : macos-14
1717 if : github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name
1818 steps :
1919 - uses : actions/checkout@v5
3737 - run : make osx-dmg
3838 - uses : actions/upload-artifact@v5
3939 with :
40- name : artifact-osx-13
40+ name : artifact-osx-14
4141 path : " *.dmg"
Original file line number Diff line number Diff line change 4141 run : pytest
4242
4343 macos-13 :
44- runs-on : macos-13
44+ runs-on : macos-14
4545 if : github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name
4646 strategy :
4747 matrix :
6464 run : pytest
6565
6666 macos-14 :
67- runs-on : macos-14
67+ runs-on : macos-15
6868 if : github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name
6969 strategy :
7070 matrix :
Original file line number Diff line number Diff line change 4141 sudo make install
4242
4343 macos :
44- runs-on : macos-13
44+ runs-on : macos-14
4545 if : github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name
4646 steps :
4747 - uses : actions/checkout@v5
@@ -56,11 +56,11 @@ jobs:
5656 - run : make osx-dmg
5757 - uses : actions/upload-artifact@v5
5858 with :
59- name : artifact-osx-13
59+ name : artifact-osx-14
6060 path : " *.dmg"
6161
6262 macos-14 :
63- runs-on : macos-14
63+ runs-on : macos-15
6464 if : github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name
6565 steps :
6666 - uses : actions/checkout@v5
7575 - run : make osx-dmg
7676 - uses : actions/upload-artifact@v5
7777 with :
78- name : artifact-osx-14
78+ name : artifact-osx-15
7979 path : " *.dmg"
8080
8181 windows :
You can’t perform that action at this time.
0 commit comments