Skip to content

Commit 48cdae6

Browse files
committed
only otp 26 on windows for now
1 parent 49058df commit 48cdae6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ jobs:
8383
strategy:
8484
matrix:
8585
platform: [windows-latest]
86-
otp-version: [24.0, 25.3.2.1, 26.2.5.3]
87-
runs-on: windows-latest
86+
otp-version: [26.2.5.3]
87+
runs-on: ${{ matrix.platform }}
8888
steps:
8989
- name: Checkout
9090
uses: actions/checkout@v2

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
strategy:
105105
matrix:
106106
platform: [windows-latest]
107-
otp-version: [24, 25, 26]
107+
otp-version: [26.2.5.3]
108108
runs-on: ${{ matrix.platform }}
109109
steps:
110110
- name: Checkout

0 commit comments

Comments
 (0)