File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7070
7171 strategy :
7272 matrix :
73- os : [ubuntu-22.04, macos-13 , windows-latest]
73+ os : [ubuntu-22.04, macos-14 , windows-latest]
7474 python-version : ["3.10"]
7575
7676 # on a new tag (release), after 'test' and 'release' have ended we will run this
@@ -103,7 +103,7 @@ jobs:
103103 shell : bash
104104
105105 - name : Create Portable Macos
106- if : matrix.os == 'macos-13 '
106+ if : matrix.os == 'macos-14 '
107107 env :
108108 MACOS_CERTIFICATE : ${{ secrets.MACOS_CERTIFICATE }}
109109 MACOS_CERTIFICATE_PWD : ${{ secrets.MACOS_CERTIFICATE_PWD }}
@@ -130,7 +130,7 @@ jobs:
130130 shell : bash
131131
132132 - name : Zip package and notarize Macos
133- if : matrix.os == 'macos-13 '
133+ if : matrix.os == 'macos-14 '
134134 env :
135135 APPLE_ID : ${{ secrets.APPLE_ID }}
136136 APPLE_TEAM_ID : ${{ secrets.APPLE_TEAM_ID }}
You can’t perform that action at this time.
0 commit comments