Skip to content

Commit

Permalink
CI Build on windows, bump version to 1.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
amerkoleci committed Aug 27, 2024
1 parent fd3123d commit f712049
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:

jobs:
build:
runs-on: ubuntu-latest
runs-on: windows-latest

steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion src/Vortice.Mathematics/Vortice.Mathematics.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<!-- Version -->
<PropertyGroup>
<VersionPrefix>1.9.1</VersionPrefix>
<VersionPrefix>1.9.2</VersionPrefix>
<VersionSuffix Condition="'$(VersionSuffix)' == ''"></VersionSuffix>
</PropertyGroup>

Expand Down

0 comments on commit f712049

Please sign in to comment.