Skip to content

Commit

Permalink
remove ubuntu 20.04 in Github Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mgravey committed Mar 29, 2023
1 parent 7caeb55 commit d834896
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ccpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ${{ matrix.ubuntuOS }}
strategy:
matrix:
ubuntuOS: [ubuntu-18.04, ubuntu-20.04, ubuntu-latest]
ubuntuOS: [ ubuntu-20.04, ubuntu-latest]
fail-fast: false
steps:
- uses: actions/checkout@v1
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pythonPublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ jobs:
name: Compile for ${{ matrix.OS }} using ${{ matrix.python }} and upload on packages manager
strategy:
matrix:
OS: [ ubuntu-18.04, windows-latest, macOS-latest]
OS: [ ubuntu-20.04, windows-latest, macOS-latest]
python: ['3.7', '3.8', '3.9','3.10','3.11', 'pypy-3.7', 'pypy-3.8', 'pypy-3.9' ]
arch: [ x64 ]
include:
- os: ubuntu-18.04
- os: ubuntu-20.04
python: '3.6'
arch: x64
fail-fast: false
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pythonPublishTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ jobs:
name: Compile for ${{ matrix.os }} using ${{ matrix.python }}-${{ matrix.arch }} and upload on packages manager
strategy:
matrix:
OS: [ ubuntu-18.04, windows-latest, macOS-latest]
OS: [ ubuntu-20.04, windows-latest, macOS-latest]
python: ['3.7', '3.8', '3.9','3.10','3.11', 'pypy-3.7', 'pypy-3.8', 'pypy-3.9' ]
arch: [ x64 ]
include:
- os: ubuntu-18.04
- os: ubuntu-20.04
python: '3.6'
arch: x64
fail-fast: false
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,4 @@ build/python-build/dist
build/PyDevAlgo
build/algosName.config
*.asv
*.rb-e

0 comments on commit d834896

Please sign in to comment.