Skip to content

Commit

Permalink
build: Switch to ubuntu-latest for builds
Browse files Browse the repository at this point in the history
This code does not have any dependencies that are specific to any specific
version of ubuntu.  So instead of testing on a specific version and then needing
to do work to keep the versions up-to-date, we switch to the ubuntu-latest
target which should be sufficient for testing purposes.

This work is being done as a part of openedx/platform-roadmap#377

closes #56
  • Loading branch information
feanil committed Sep 9, 2024
1 parent e00243a commit 7156d73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/git-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- os: ubuntu-22.04
git_version: default

- os: ubuntu-20.04
- os: ubuntu-latest
git_version: default

- os: ubuntu-22.04
Expand All @@ -27,7 +27,7 @@ jobs:
- os: ubuntu-22.04
git_version: 2.30.2

- os: ubuntu-20.04
- os: ubuntu-latest
git_version: 2.25.1

steps:
Expand Down

0 comments on commit 7156d73

Please sign in to comment.