Skip to content

Commit

Permalink
Merge pull request #46 from jwg4/use_latest_ubuntu
Browse files Browse the repository at this point in the history
Use ubuntu-latest instead of ubuntu-18.04
  • Loading branch information
jwg4 authored Nov 11, 2023
2 parents 6d1d217 + 5e0d709 commit a6b2012
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-tests-speed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
testing:
strategy:
fail-fast: false
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/poetry-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
fail-fast: false
matrix:
python-version: [3.7, 3.8]
os: [ubuntu-18.04, macos-latest, windows-latest]
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-slow-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
python-version: [3.7, 3.8]
env:
POLYOMINO_SLOW_TESTS: TRUE
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit a6b2012

Please sign in to comment.