Skip to content

Commit 236196a

Browse files
committed
Revert back to Ubuntu 20.04
1 parent df88474 commit 236196a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-avr-gcc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
jobs:
88
build-avr-gcc:
9-
runs-on: ubuntu-22.04
9+
runs-on: ubuntu-20.04
1010

1111
steps:
1212
- name: Install dependencies

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ubuntu:22.04
1+
FROM ubuntu:20.04
22
LABEL maintainer="Niklas Hauser <niklas.hauser@rwth-aachen.de>, Raphael Lehmann <raphael+docker@rleh.de>"
33
LABEL Description="Image for building the upstream AVR GNU toolchain for Linux"
44
WORKDIR /work

0 commit comments

Comments
 (0)