Skip to content

Commit 8999f4b

Browse files
committed
CI - pin Windows version
1 parent 68a7590 commit 8999f4b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,14 @@ jobs:
4848
}
4949
- {
5050
title: "Windows",
51-
os: "windows-latest",
51+
os: "windows-2022",
5252
cc: "vs2022",
5353
arch: "x64",
5454
build_type: "Release",
5555
}
5656
- {
5757
title: "Windows",
58-
os: "windows-latest",
58+
os: "windows-2022",
5959
cc: "vs2022",
6060
arch: "x64",
6161
build_type: "Debug",
@@ -135,15 +135,15 @@ jobs:
135135

136136
# Install Elixir on Ubuntu
137137
- name: Linux Elixir
138-
uses: erlef/setup-beam@v1.20.4
138+
uses: erlef/setup-beam@v1
139139
with:
140140
otp-version: "27"
141141
elixir-version: "1.18"
142142
if: matrix.os == 'ubuntu-latest'
143143

144144
# Install Elixir on Windows
145145
- name: Win Elixir
146-
uses: erlef/setup-beam@v1.20.4
146+
uses: erlef/setup-beam@v1
147147
with:
148148
otp-version: "27"
149149
elixir-version: "1.18"

0 commit comments

Comments
 (0)