Skip to content

Commit

Permalink
Сhange ubuntu vesrion
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-snd committed Jul 4, 2024
1 parent 9759fb4 commit e862602
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
model_weights_dependent:

name: Push ${{ matrix.service }} image to Docker Hub and GitHub Packages
runs-on: ubuntu-latest
runs-on: ubuntu-20.04

strategy:
fail-fast: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/documentation-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
documentation:
name: Build documentation
runs-on: ubuntu-latest
runs-on: ubuntu-20.04

steps:
- name: Check out the repo
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
deploy:

runs-on: ubuntu-latest
runs-on: ubuntu-20.04

steps:
- name: Check out the repo
Expand Down

0 comments on commit e862602

Please sign in to comment.