Skip to content

Commit

Permalink
Switched from Ubuntu-latest to Ubuntu-20.04 for conda package build. (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
mingjie-intel authored Dec 7, 2022
1 parent 202cc51 commit 6865cea
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/black.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
# This workflow contains a single job called "black"
black:
# The type of runner that the job will run on
runs-on: ubuntu-latest
runs-on: ubuntu-20.04

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/conda-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ env:

jobs:
build_linux:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04

strategy:
matrix:
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:

test_linux:
needs: build_linux
runs-on: ubuntu-latest
runs-on: ubuntu-20.04

strategy:
matrix:
Expand Down Expand Up @@ -256,7 +256,7 @@ jobs:
upload_linux:
needs: test_linux
if: ${{github.ref == 'refs/heads/main' || (startsWith(github.ref, 'refs/heads/release') == true)}}
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
strategy:
matrix:
python: ["3.8", "3.9"]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/numba.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04

env:
ID: ${{ github.event.inputs.numba_pr }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
pre-commit:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
Expand Down

0 comments on commit 6865cea

Please sign in to comment.