Skip to content

Commit

Permalink
Merge pull request #3082 from blocktrron/v2021.1.x-downgrade-runner-v…
Browse files Browse the repository at this point in the history
…ersion

ci: pin runner version to Ubuntu 20.04
  • Loading branch information
rotanid authored Dec 3, 2023
2 parents f1f7f61 + f4e1b75 commit 63ec4d5
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ on:
jobs:
build-documentation:
name: docs
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v1
- name: Install Dependencies
run: sudo pip3 install sphinx-rtd-theme
run: sudo pip3 install -r docs/requirements.txt
- name: Build documentation
run: make -C docs html
- name: Archive build output
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-gluon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
fail-fast: false
matrix:
target: [ar71xx-generic, ar71xx-tiny, ar71xx-nand, ath79-generic, brcm2708-bcm2708, brcm2708-bcm2709, ipq40xx-generic, ipq806x-generic, lantiq-xrx200, lantiq-xway, mpc85xx-generic, mpc85xx-p1020, ramips-mt7620, ramips-mt7621, ramips-mt76x8, ramips-rt305x, sunxi-cortexa7, x86-generic, x86-geode, x86-legacy, x86-64, ar71xx-mikrotik, brcm2708-bcm2710, mvebu-cortexa9]
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v1
- name: Install Dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-patches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
jobs:
check-patches:
name: Check patches
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v1
- name: Refresh patches
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
labels:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
if: github.repository_owner == 'freifunk-gluon'
steps:
- uses: actions/labeler@v3
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
jobs:
lua:
name: Lua
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v1
- name: Install Dependencies
Expand All @@ -18,7 +18,7 @@ jobs:

sh:
name: Shell
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v1
- name: Install Dependencies
Expand Down
2 changes: 1 addition & 1 deletion contrib/actions/generate-actions.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
fail-fast: false
matrix:
target: [{matrix}]
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v1
- name: Install Dependencies
Expand Down
3 changes: 2 additions & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
sphinx-rtd-theme
sphinx-rtd-theme==0.5.2
sphinx==3.5.4

0 comments on commit 63ec4d5

Please sign in to comment.