Skip to content
This repository is currently being migrated. It's locked while the migration is in progress.

Commit

Permalink
update ubuntu image version (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
nolancon authored Oct 18, 2022
1 parent a6f1af5 commit a159f10
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/auto-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
auto-release:
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
if: startsWith(github.ref, 'refs/tags/v') && !contains(github.ref_name, '-alpha.') && !contains(github.ref_name, '-beta.')
steps:
- name: Checkout
Expand All @@ -22,7 +22,7 @@ jobs:
auto-prerelease:
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
if: startsWith(github.ref, 'refs/tags/v') && (contains(github.ref_name, '-alpha.') || contains(github.ref_name, '-beta.'))
steps:
- name: Checkout
Expand All @@ -35,4 +35,4 @@ jobs:
prerelease: true
files: |
storageos-etcd-cluster-operator.yaml
config/samples/storageos-etcd-cluster.yaml
config/samples/storageos-etcd-cluster.yaml
2 changes: 1 addition & 1 deletion .github/workflows/kuttl-e2e-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
jobs:
test:
name: e2e test
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
env:
KUTTL: /usr/local/bin/kubectl-kuttl
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-and-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: [push, pull_request]
jobs:
test:
name: test and build
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
Expand Down

0 comments on commit a159f10

Please sign in to comment.