Skip to content

Commit

Permalink
Use latest hosted runners
Browse files Browse the repository at this point in the history
  • Loading branch information
nya3jp committed Dec 28, 2023
1 parent 77fa5f3 commit ff51940
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
lint:
name: Run linter and formatter
runs-on: ubuntu-20.04
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
Expand All @@ -29,7 +29,7 @@ jobs:

build_sdist:
name: Build sdist
runs-on: ubuntu-20.04
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
Expand All @@ -49,7 +49,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-20.04, macos-10.15]
os: [ubuntu-latest, macos-latest]

steps:
- uses: actions/checkout@v2
Expand All @@ -71,7 +71,7 @@ jobs:

upload_pypi:
name: Upload to PyPI
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
needs:
- build_sdist
- build_wheels
Expand Down

0 comments on commit ff51940

Please sign in to comment.