Skip to content

Commit

Permalink
Bump runner image
Browse files Browse the repository at this point in the history
  • Loading branch information
kaidotdev committed Jan 25, 2024
1 parent c060a12 commit 818d9fa
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
jobs:
lint:
name: Lint
runs-on: ubuntu-18.04
runs-on: ubuntu-22.04
steps:
- name: Set up Go 1.13.8
uses: actions/setup-go@v1
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on: [push]
jobs:
test:
name: Test
runs-on: ubuntu-18.04
runs-on: ubuntu-22.04
steps:
- name: Set up Go 1.13.8
uses: actions/setup-go@v1
Expand Down Expand Up @@ -31,7 +31,7 @@ jobs:

publish:
name: Publish
runs-on: ubuntu-18.04
runs-on: ubuntu-22.04
needs: [test]
env:
OWNER: kaidotdev
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
jobs:
publish:
name: Publish
runs-on: ubuntu-18.04
runs-on: ubuntu-22.04
env:
OWNER: kaidotdev
REPOSITORY_NAME: spinnaker-dcd-controller
Expand Down

0 comments on commit 818d9fa

Please sign in to comment.