Skip to content

Commit 0817b0c

Browse files
committed
ci/mac: bump to macos-14
1 parent 123d0e5 commit 0817b0c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/cd-macos-intel64.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ env:
1414
jobs:
1515
version-check:
1616
name: Check versioning
17-
runs-on: macos-13
17+
runs-on: macos-14
1818
if: github.event_name == 'release'
1919
steps:
2020
- name: Checkout repository
@@ -36,7 +36,7 @@ jobs:
3636
if [ $VERSION_TAG == $PACKAGE_VERSION ]; then exit 0; else exit 1; fi
3737
build-onedir:
3838
name: Build onedir
39-
runs-on: macos-13
39+
runs-on: macos-14
4040
steps:
4141
- name: Checkout repository
4242
uses: actions/checkout@v4
@@ -81,7 +81,7 @@ jobs:
8181
path: nitrokey-app2-onedir-app.tar
8282
build-pkg-installer:
8383
name: Build PKG installer
84-
runs-on: macos-13
84+
runs-on: macos-14
8585
needs: build-onedir
8686
steps:
8787
- name: Checkout repository
@@ -119,7 +119,7 @@ jobs:
119119
path: nitrokey-app2.pkg
120120
publish-pkg-installer:
121121
name: Publish PKG installer
122-
runs-on: macos-13
122+
runs-on: macos-14
123123
needs: [build-pkg-installer, version-check]
124124
if: github.event_name == 'release'
125125
permissions:

0 commit comments

Comments
 (0)