Skip to content

Commit

Permalink
Merge pull request #2057 from kabeor/next
Browse files Browse the repository at this point in the history
[workflows] Remove deprecated image versions
  • Loading branch information
kabeor authored Jun 23, 2023
2 parents d0ef8ab + 1c5f398 commit ef4fff6
Showing 1 changed file with 9 additions and 17 deletions.
26 changes: 9 additions & 17 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 @@ -45,29 +37,29 @@ jobs:
python-version: '3.6',
build-system: 'cmake',
}
- {
name: 'ubuntu-22.04 x64 python2.7 cmake',
os: ubuntu-22.04,
arch: x64,
python-arch: x64,
python-version: '2.7',
build-system: 'cmake',
}
- {
name: 'ubuntu-22.04 x64 python3.9 make',
os: ubuntu-22.04,
arch: x64,
python-arch: x64,
python-version: '3.9',
build-system: 'make',
}
}
- {
name: 'ubuntu-22.04 x64 python3.9 cmake',
os: ubuntu-22.04,
arch: x64,
python-arch: x64,
python-version: '3.9',
build-system: 'cmake',
}
- {
name: 'ubuntu-22.04 x64 python3.11 cmake',
os: ubuntu-22.04,
arch: x64,
python-arch: x64,
python-version: '3.11',
build-system: 'cmake',
}

steps:
Expand Down

0 comments on commit ef4fff6

Please sign in to comment.