Skip to content

Commit 8ebaa60

Browse files
committed
Build on Ubuntu 20.04, to match core20.
1 parent 6ee3d95 commit 8ebaa60

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tags.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
build:
10-
runs-on: ubuntu-latest
10+
runs-on: ubuntu-20.04
1111
if: github.repository == 'redis/redis-snap'
1212
steps:
1313
- uses: actions/checkout@v2

.github/workflows/unstable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
build:
10-
runs-on: ubuntu-latest
10+
runs-on: ubuntu-20.04
1111
if: github.repository == 'redis/redis-snap'
1212
steps:
1313
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)