Skip to content

Commit e86e6da

Browse files
authored
Merge pull request #6875 from jepler/precommit-no-pybricks
Use current ubuntu for pre-commit
2 parents 3281382 + 97bd322 commit e86e6da

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ concurrency:
1414

1515
jobs:
1616
pre-commit:
17-
runs-on: ubuntu-20.04
17+
runs-on: ubuntu-22.04
1818
steps:
1919
- uses: actions/[email protected]
2020
- name: Set up Python 3
@@ -23,7 +23,6 @@ jobs:
2323
python-version: "3.x"
2424
- name: Install deps
2525
run: |
26-
sudo apt-add-repository -y -u ppa:pybricks/ppa
2726
sudo apt-get install -y gettext uncrustify
2827
pip3 install black polib pyyaml
2928
- name: Populate selected submodules

0 commit comments

Comments
 (0)