We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e2f9d6 commit 218b7cfCopy full SHA for 218b7cf
.github/workflows/plugins.yml
@@ -69,7 +69,7 @@ jobs:
69
uses: ruby/setup-ruby@v1
70
with:
71
ruby-version: 3.3.0
72
- if: matrix.os == 'windows-latest-16-cores'
+ if: contains(matrix.os, 'windows')
73
74
- name: Install Rust toolchain
75
uses: actions-rust-lang/setup-rust-toolchain@v1
0 commit comments