Skip to content

Commit

Permalink
Remove Ubuntu 20.04 from the CI (#3203)
Browse files Browse the repository at this point in the history
The Ubuntu 20.04 Actions runner image will be fully unsupported by
2025-04-01 and temporarily removed on March 4, 11, 18, 25:
actions/runner-images#11101
  • Loading branch information
sarlinpe authored Mar 4, 2025
1 parent a586e7c commit 6556b4e
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions .github/workflows/build-ubuntu.yml
Original file line number Diff line number Diff line change
@@ -71,26 +71,6 @@ jobs:
checkCodeFormat: false,
coverageEnabled: false,
},
{
os: ubuntu-20.04,
cmakeBuildType: Release,
asanEnabled: false,
guiEnabled: true,
cudaEnabled: false,
e2eTests: false,
checkCodeFormat: false,
coverageEnabled: false,
},
{
os: ubuntu-20.04,
cmakeBuildType: Release,
asanEnabled: false,
guiEnabled: false,
cudaEnabled: true,
e2eTests: false,
checkCodeFormat: false,
coverageEnabled: false,
},
]

env:

0 comments on commit 6556b4e

Please sign in to comment.