Skip to content

Commit

Permalink
[workflows] Remove deprecated image versions
Browse files Browse the repository at this point in the history
  • Loading branch information
kabeor committed Jun 23, 2023
1 parent d0ef8ab commit e445f4f
Showing 1 changed file with 7 additions and 15 deletions.
22 changes: 7 additions & 15 deletions .github/workflows/CITest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,6 @@ jobs:
fail-fast: false
matrix:
config:
- {
name: 'ubuntu-20.04 x64 python2.7 cmake',
os: ubuntu-20.04,
arch: x64,
python-arch: x64,
python-version: '2.7',
build-system: 'cmake',
}
- {
name: 'ubuntu-20.04 x64 python3.6 cmake',
os: ubuntu-20.04,
Expand All @@ -46,27 +38,27 @@ jobs:
build-system: 'cmake',
}
- {
name: 'ubuntu-22.04 x64 python2.7 cmake',
name: 'ubuntu-22.04 x64 python3.9 make',
os: ubuntu-22.04,
arch: x64,
python-arch: x64,
python-version: '2.7',
python-version: '3.9',
build-system: 'cmake',
}
}
- {
name: 'ubuntu-22.04 x64 python3.9 make',
name: 'ubuntu-22.04 x64 python3.11 make',
os: ubuntu-22.04,
arch: x64,
python-arch: x64,
python-version: '3.9',
python-version: '3.11',
build-system: 'make',
}
- {
name: 'ubuntu-22.04 x64 python3.9 cmake',
name: 'ubuntu-22.04 x64 python3.11 cmake',
os: ubuntu-22.04,
arch: x64,
python-arch: x64,
python-version: '3.9',
python-version: '3.11',
build-system: 'cmake',
}

Expand Down

0 comments on commit e445f4f

Please sign in to comment.