Skip to content

Commit ebffbe9

Browse files
once more for good luck
1 parent d07b4c7 commit ebffbe9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ permissions:
1111
jobs:
1212
unit-test:
1313
name: unit test
14-
runs-on: ubuntu-22.04
14+
runs-on: ubuntu-latest
1515
env:
1616
FORCE_COLOR: 1
1717
MIX_ENV: test
@@ -61,7 +61,7 @@ jobs:
6161

6262
integration-test:
6363
name: integration test
64-
runs-on: ubuntu-22.04
64+
runs-on: ubuntu-latest
6565
env:
6666
FORCE_COLOR: 1
6767
strategy:

0 commit comments

Comments
 (0)