Skip to content

Commit 943887e

Browse files
committed
try to change ubuntu image in workflow
1 parent 7a8c960 commit 943887e

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/elixir.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,6 @@ jobs:
3030
otp: 26.2
3131
- elixir: 1.14
3232
otp: 25.3
33-
- elixir: 1.13
34-
otp: 25.3
35-
- elixir: 1.13
36-
otp: 24.2
3733

3834
steps:
3935
- uses: actions/checkout@v3
@@ -64,7 +60,7 @@ jobs:
6460
steps:
6561
- uses: actions/checkout@v3
6662
- name: Set up Elixir
67-
uses: erlef/setup-beam@61e01a43a562a89bfc54c7f9a378ff67b03e4a21 # v1.16.0
63+
uses: erlef/setup-beam@v1
6864
with:
6965
elixir-version: '1.16' # [Required] Define the Elixir version
7066
otp-version: '26.2' # [Required] Define the Erlang/OTP version

0 commit comments

Comments
 (0)