diff --git a/.github/workflows/windows.yaml b/.github/workflows/windows.yaml index 8ff04914..3a40eed3 100644 --- a/.github/workflows/windows.yaml +++ b/.github/workflows/windows.yaml @@ -21,7 +21,7 @@ jobs: bundle exec rspec --backtrace "TestSomething": - runs-on: ubuntu-latest + runs-on: windows-latest steps: - uses: actions/checkout@v2 - uses: ruby/setup-ruby@v1 diff --git a/CHANGELOG.md b/CHANGELOG.md index 2fdbffad..51216f91 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -31,6 +31,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - Properly report compile errors in GitHub Actions. - Fix copy/paste error to allow additional warnings for a platform - Apply "rule of three" to Client copy constructor and copy assignment operator +- Run Windows tests on Windows not Ubuntu ### Security