Skip to content

Commit

Permalink
Enable OSX build
Browse files Browse the repository at this point in the history
  • Loading branch information
SurFlurer authored Mar 6, 2023
1 parent 2961f10 commit 9bc8fad
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/cnk-multi-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,14 @@ jobs:
artifact: android-x64
ext: apk
content: application/apk
- name: OSX Tiles x64
os: macos-10.15
mxe: none
tiles: 1
sound: 0
artifact: osx-tiles-x64
ext: dmg
content: application/x-apple-diskimage
'''
from ruamel.yaml import YAML; yaml = YAML()
matrix = yaml.load(matrix)
Expand Down

0 comments on commit 9bc8fad

Please sign in to comment.