Skip to content

Commit

Permalink
WIP test multiple operating systems
Browse files Browse the repository at this point in the history
  • Loading branch information
SignatureBeef committed Dec 28, 2024
1 parent bafb340 commit 8a45d37
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,10 @@ on:
jobs:

Server:
runs-on: ubuntu-latest

strategy:
fail-fast: false
matrix:
os: [ ubuntu-latest, windows-latest, macos-15-arm64 ]
profile: [
{
name: PC,
Expand All @@ -37,6 +36,8 @@ jobs:
package_path: OTAPI.TML.nupkg,
},
]

runs-on: ${{ matrix.os }}

name: ${{ matrix.profile.name }} Server

Expand Down

0 comments on commit 8a45d37

Please sign in to comment.