Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/cd-macos-intel64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ env:
jobs:
version-check:
name: Check versioning
runs-on: macos-13
runs-on: macos-15-intel
if: github.event_name == 'release'
steps:
- name: Checkout repository
Expand All @@ -36,7 +36,7 @@ jobs:
if [ $VERSION_TAG == $PACKAGE_VERSION ]; then exit 0; else exit 1; fi
build-onedir:
name: Build onedir
runs-on: macos-13
runs-on: macos-15-intel
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
path: nitrokey-app2-onedir-app.tar
build-pkg-installer:
name: Build PKG installer
runs-on: macos-13
runs-on: macos-15-intel
needs: build-onedir
steps:
- name: Checkout repository
Expand Down Expand Up @@ -119,7 +119,7 @@ jobs:
path: nitrokey-app2.pkg
publish-pkg-installer:
name: Publish PKG installer
runs-on: macos-13
runs-on: macos-15-intel
needs: [build-pkg-installer, version-check]
if: github.event_name == 'release'
permissions:
Expand Down