Skip to content

Commit

Permalink
Revert back to Ubuntu 20.04
Browse files Browse the repository at this point in the history
  • Loading branch information
salkinium committed Jan 7, 2023
1 parent df88474 commit 236196a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-avr-gcc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
build-avr-gcc:
runs-on: ubuntu-22.04
runs-on: ubuntu-20.04

steps:
- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:22.04
FROM ubuntu:20.04
LABEL maintainer="Niklas Hauser <[email protected]>, Raphael Lehmann <[email protected]>"
LABEL Description="Image for building the upstream AVR GNU toolchain for Linux"
WORKDIR /work
Expand Down

0 comments on commit 236196a

Please sign in to comment.