Skip to content

Commit 825275b

Browse files
committed
Put CI image OS back to 20.04 for Python 3.7 compatibility
1 parent cdc0949 commit 825275b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/containers/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515

16-
FROM ubuntu:24.04
16+
FROM ubuntu:20.04
1717

1818
# Install OS packages
1919
RUN export DEBIAN_FRONTEND=noninteractive && \

0 commit comments

Comments
 (0)