Skip to content

Commit d834896

Browse files
committed
remove ubuntu 20.04 in Github Actions
1 parent 7caeb55 commit d834896

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

.github/workflows/ccpp.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ${{ matrix.ubuntuOS }}
1717
strategy:
1818
matrix:
19-
ubuntuOS: [ubuntu-18.04, ubuntu-20.04, ubuntu-latest]
19+
ubuntuOS: [ ubuntu-20.04, ubuntu-latest]
2020
fail-fast: false
2121
steps:
2222
- uses: actions/checkout@v1

.github/workflows/pythonPublish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ jobs:
1111
name: Compile for ${{ matrix.OS }} using ${{ matrix.python }} and upload on packages manager
1212
strategy:
1313
matrix:
14-
OS: [ ubuntu-18.04, windows-latest, macOS-latest]
14+
OS: [ ubuntu-20.04, windows-latest, macOS-latest]
1515
python: ['3.7', '3.8', '3.9','3.10','3.11', 'pypy-3.7', 'pypy-3.8', 'pypy-3.9' ]
1616
arch: [ x64 ]
1717
include:
18-
- os: ubuntu-18.04
18+
- os: ubuntu-20.04
1919
python: '3.6'
2020
arch: x64
2121
fail-fast: false

.github/workflows/pythonPublishTest.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ jobs:
1414
name: Compile for ${{ matrix.os }} using ${{ matrix.python }}-${{ matrix.arch }} and upload on packages manager
1515
strategy:
1616
matrix:
17-
OS: [ ubuntu-18.04, windows-latest, macOS-latest]
17+
OS: [ ubuntu-20.04, windows-latest, macOS-latest]
1818
python: ['3.7', '3.8', '3.9','3.10','3.11', 'pypy-3.7', 'pypy-3.8', 'pypy-3.9' ]
1919
arch: [ x64 ]
2020
include:
21-
- os: ubuntu-18.04
21+
- os: ubuntu-20.04
2222
python: '3.6'
2323
arch: x64
2424
fail-fast: false

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -62,3 +62,4 @@ build/python-build/dist
6262
build/PyDevAlgo
6363
build/algosName.config
6464
*.asv
65+
*.rb-e

0 commit comments

Comments
 (0)