Skip to content

Commit

Permalink
Test on ubuntu-latest as 18.04 is deprecated.
Browse files Browse the repository at this point in the history
  • Loading branch information
PProfizi committed Aug 22, 2022
1 parent cbce8f9 commit 5bfa564
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
fail-fast: false
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10"]
os: ["windows-latest", "ubuntu-18.04"]
os: ["windows-latest", "ubuntu-latest"]

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/retro.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
fail-fast: false
matrix:
python-version: ["3.7"]
os: ["windows-latest", "ubuntu-18.04"]
os: ["windows-latest", "ubuntu-latest"]
env:
ANSYS_VERSION: 221
steps:
Expand Down

0 comments on commit 5bfa564

Please sign in to comment.