SignalRT 1 year ago
parent
commit
44c393db1e
1 changed files with 4 additions and 1 deletions
  1. +4
    -1
      .github/workflows/main.yml

+ 4
- 1
.github/workflows/main.yml View File

@@ -15,11 +15,14 @@ jobs:
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
build: [linux-release, windows-release]
build: [linux-release, windows-release, osx-release]
include: include:
- build: linux-release - build: linux-release
os: ubuntu-latest os: ubuntu-latest
config: release config: release
- build: osx-release
os: macos-14 # https://github.blog/changelog/2024-01-30-github-actions-introducing-the-new-m1-macos-runner-available-to-open-source/
config: release
- build: windows-release - build: windows-release
os: windows-2019 os: windows-2019
config: release config: release


Loading…
Cancel
Save