Skip to content

Commit eb5bbfa

Browse files
committed
use ubuntu-latest for workflows
1 parent d5aacfb commit eb5bbfa

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on: push
55
jobs:
66
bless:
77
name: Bless
8-
runs-on: ubuntu-16.04
8+
runs-on: ubuntu-latest
99
env:
1010
MIX_ENV: test
1111
ECHO_HOST: localhost
@@ -89,7 +89,7 @@ jobs:
8989

9090
publish-hex-package:
9191
name: Publish Hex Package ⬆️☁️
92-
runs-on: ubuntu-16.04
92+
runs-on: ubuntu-latest
9393
if: startsWith(github.ref, 'refs/tags/v')
9494
env:
9595
MIX_ENV: dev

.github/workflows/refresh-dev-cache.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ env:
3131
jobs:
3232
refresh-dev-cache:
3333
name: Refresh Docs Cache
34-
runs-on: ubuntu-16.04
34+
runs-on: ubuntu-latest
3535
env:
3636
MIX_ENV: dev
3737

0 commit comments

Comments
 (0)