Skip to content

Commit

Permalink
Merge pull request #2195 from sparklemotion/flavorjones-update-appvey…
Browse files Browse the repository at this point in the history
…or-ruby-version

ci: specify 30-x64 now that Appveyor supports it
  • Loading branch information
flavorjones committed Feb 27, 2021
2 parents 0ef0879 + c016a75 commit 9e7e733
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
branches:
- main
pull_request:
types: [opened, synchronize]
branches:
- '*'

Expand Down
5 changes: 5 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@ environment:
INSTALL_PACKAGES: "mingw-w64-x86_64-libxslt"
EXTCONF_PARAMS: "--use-system-libraries"

- ruby_version: 30-x64
- ruby_version: 30-x64
INSTALL_PACKAGES: "mingw-w64-x86_64-libxslt"
EXTCONF_PARAMS: "--use-system-libraries"

- ruby_version: 27-x64
- ruby_version: 27-x64
INSTALL_PACKAGES: "mingw-w64-x86_64-libxslt"
Expand Down

0 comments on commit 9e7e733

Please sign in to comment.