Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SignatureBeef committed Dec 28, 2024
1 parent 7289353 commit 51c7227
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
runs-on: ubuntu-latest,
},
{
name: macOS Arm64,
runs-on: macos-15-arm64,
name: macOS,
runs-on: macos-latest,
}
]
profile: [
Expand Down Expand Up @@ -67,13 +67,13 @@ jobs:
run: |
dotnet build OTAPI.Mods.slnf
cd OTAPI.Patcher/bin/Debug/net9.0
exec dotnet run --project ../../../OTAPI.Patcher.csproj -patchTarget=${{ matrix.profile.patch_target }} -latest=n --framework net9.0
dotnet run --project ../../../OTAPI.Patcher.csproj -patchTarget=${{ matrix.profile.patch_target }} -latest=n --framework net9.0
- name: Server boot
run: |
dotnet build OTAPI.Server.Launcher.slnf
cd OTAPI.Server.Launcher/bin/Debug/net9.0
exec dotnet OTAPI.Server.Launcher.dll -test-init
dotnet OTAPI.Server.Launcher.dll -test-init
- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 51c7227

Please sign in to comment.