Skip to content

Commit 19090a9

Browse files
Fix for macos release update to macos-14 (#615)
1 parent 6cc7531 commit 19090a9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
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 }}

0 commit comments

Comments
 (0)