We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49058df commit 48cdae6Copy full SHA for 48cdae6
.github/workflows/build.yml
@@ -83,8 +83,8 @@ jobs:
83
strategy:
84
matrix:
85
platform: [windows-latest]
86
- otp-version: [24.0, 25.3.2.1, 26.2.5.3]
87
- runs-on: windows-latest
+ otp-version: [26.2.5.3]
+ runs-on: ${{ matrix.platform }}
88
steps:
89
- name: Checkout
90
uses: actions/checkout@v2
.github/workflows/release.yml
@@ -104,7 +104,7 @@ jobs:
104
105
106
107
- otp-version: [24, 25, 26]
108
runs-on: ${{ matrix.platform }}
109
110
0 commit comments