Skip to content

Use macOS 26 for DMG workflow #2

Use macOS 26 for DMG workflow

Use macOS 26 for DMG workflow #2

Workflow file for this run

name: Build DMG
on:
push:
branches: [main]
workflow_dispatch:
jobs:
build-dmg:
name: Build macOS DMG
runs-on: macos-26
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Show Swift version
run: swift --version
- name: Test
run: swift test
- name: Build DMG
run: scripts/build-dmg.sh release
- name: Upload DMG
uses: actions/upload-artifact@v4
with:
name: Buttons.dmg
path: dist/Buttons-*.dmg
if-no-files-found: error