File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments