Skip to content

Commit

Permalink
fix(ci): ubuntu was unpinned in configs
Browse files Browse the repository at this point in the history
Signed-off-by: clok <Recovery@macbook-pro.lan>
  • Loading branch information
clok authored and clok committed Jan 9, 2024
1 parent 8c2591c commit 687194b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on: [ push, pull_request ]
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- name: golangci-lint
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ env:

jobs:
coverage:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- name: Install Go
if: success()
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/warm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
build:
name: Renew documentation
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- name: Pull new module version
uses: clok/go-proxy-pull-action@master

0 comments on commit 687194b

Please sign in to comment.