Skip to content

Commit

Permalink
Merge pull request #2 from kononovn/update_infra
Browse files Browse the repository at this point in the history
ci: switch to ubuntu-latest runner
  • Loading branch information
kononovn authored May 31, 2024
2 parents c83deef + 00157eb commit 9ec6893
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
jobs:
build:
name: Build and push docker image
runs-on: [self-hosted, linux, X64] #ubuntu-latest
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-image-manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
build:
name: Build and push docker image
runs-on: [self-hosted, linux, X64] #ubuntu-latest
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/eco-goinfra-bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ env:
jobs:
main:
name: Eco-goinfra module bump
runs-on: self-hosted
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:

jobs:
build:
runs-on: self-hosted
runs-on: ubuntu-latest
env:
SHELL: /bin/bash

Expand Down

0 comments on commit 9ec6893

Please sign in to comment.