Skip to content

Commit 1a69ed2

Browse files
committed
actually use ubuntu-latest
1 parent 6de8a63 commit 1a69ed2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
build:
1111
name: Build and test
12-
runs-on: ubuntu-22.04
12+
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
1515
include:
@@ -77,7 +77,6 @@ jobs:
7777
otp-version: 26.2
7878
- elixir-version: 1.18.1
7979
otp-version: 27.2
80-
8180
steps:
8281
- uses: actions/checkout@v3
8382
- name: Set up Elixir

0 commit comments

Comments
 (0)