Skip to content

Commit c9f1bf8

Browse files
committed
build(github): fixing build runner to ubuntu 20.04
Trying to get plugin to work with redis 6.2.4 docker image.
1 parent 1331298 commit c9f1bf8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ concurrency:
1212
cancel-in-progress: true
1313
jobs:
1414
ci:
15-
runs-on: ubuntu-latest
15+
runs-on: ubuntu-20.04
1616
timeout-minutes: 30
1717
steps:
1818
- uses: actions/checkout@v4

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- v*
77
jobs:
88
build:
9-
runs-on: ubuntu-latest
9+
runs-on: ubuntu-20.04
1010
steps:
1111
- uses: actions/checkout@v4
1212
- uses: actions-rs/cargo@v1.0.3

0 commit comments

Comments
 (0)