We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21b63e6 commit 2a68c83Copy full SHA for 2a68c83
.github/workflows/windows.yaml
@@ -21,7 +21,7 @@ jobs:
21
bundle exec rspec --backtrace
22
23
"TestSomething":
24
- runs-on: ubuntu-latest
+ runs-on: windows-latest
25
steps:
26
- uses: actions/checkout@v2
27
- uses: ruby/setup-ruby@v1
CHANGELOG.md
@@ -31,6 +31,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
31
- Properly report compile errors in GitHub Actions.
32
- Fix copy/paste error to allow additional warnings for a platform
33
- Apply "rule of three" to Client copy constructor and copy assignment operator
34
+- Run Windows tests on Windows not Ubuntu
35
36
### Security
37
0 commit comments