Skip to content

Commit

Permalink
CI: Use ubuntu-20.04 instead of ubuntu-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
Gagi2k committed Feb 7, 2023
1 parent 3abcf7e commit 1bb9941
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-package.yml
Expand Up @@ -12,7 +12,7 @@ on:
jobs:
build:

runs-on: ubuntu-latest
runs-on: ubuntu-20.04
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
upload:
needs: [ build ]
if: ${{ github.event_name == 'push' }}
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.7
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Expand Up @@ -13,7 +13,7 @@ on:
jobs:
build:

runs-on: ubuntu-latest
runs-on: ubuntu-20.04
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
upload:
needs: [ build ]
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.7
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/weekly.yml
Expand Up @@ -13,7 +13,7 @@ on:
jobs:
build:

runs-on: ubuntu-latest
runs-on: ubuntu-20.04
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 1bb9941

Please sign in to comment.