mirror of
https://github.com/samsonjs/rack-attack.git
synced 2026-03-25 09:25:49 +00:00
Fix GHA Runner (#692)
Co-authored-by: Gonzalo R <456459+grzuy@users.noreply.github.com>
This commit is contained in:
parent
1dba6ec133
commit
40d83d1281
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -4,7 +4,7 @@ on: [push, pull_request]
|
|||
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-20.04
|
||||
runs-on: ubuntu-22.04
|
||||
services:
|
||||
redis:
|
||||
image: redis
|
||||
|
|
|
|||
Loading…
Reference in a new issue