Skip to content

Commit

Permalink
Restore macOS pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
SignalRT authored Aug 19, 2023
1 parent 5e31c6d commit 3c76685
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,29 +12,29 @@ jobs:
strategy:
fail-fast: false
matrix:
build: [linux-debug, linux-release, windows-debug, windows-release]
build: [macos-debug, macos-release, linux-debug, linux-release, windows-debug, windows-release]
include:
- build: linux-debug
os: ubuntu-latest
config: debug
- build: linux-release
os: ubuntu-latest
config: release
# - build: macos-debug
# os: macos-latest
# config: debug
# - build: macos-release
# os: macos-latest
# config: release
- build: macos-debug
os: self-hosted
config: debug
- build: macos-release
os: self-hosted
config: release
- build: windows-debug
os: windows-2019
config: debug
- build: windows-release
os: windows-2019
config: release
steps:
- uses: actions/checkout@v2
- uses: actions/setup-dotnet@v1
- uses: actions/checkout@v3
- uses: actions/setup-dotnet@v3
with:
dotnet-version: |
6.0.x
Expand Down

0 comments on commit 3c76685

Please sign in to comment.