Skip to content

Commit c0d18a8

Browse files
committed
Update workflow to use the latest ubuntu
1 parent cdf9c98 commit c0d18a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
- run: echo "Elixir tests for many versions of Elixir and OTP have successfully completed."
5454

5555
poison_only_test:
56-
runs-on: ubuntu-20.04
56+
runs-on: ubuntu-latest
5757
name: Test - poison only, no jason
5858
defaults:
5959
run:
@@ -68,7 +68,7 @@ jobs:
6868
- run: mix test
6969

7070
jason_only_test:
71-
runs-on: ubuntu-20.04
71+
runs-on: ubuntu-latest
7272
name: Test - jason only, no poison
7373
defaults:
7474
run:

0 commit comments

Comments
 (0)