File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1414jobs :
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
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
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 :
You can’t perform that action at this time.
0 commit comments