Skip to content
Snippets Groups Projects
Unverified Commit a7c79769 authored by Andreas Ziegler's avatar Andreas Ziegler Committed by GitHub
Browse files

Merge pull request #3081 from blocktrron/pin-runner-version

ci: pin runner version to Ubuntu 22.04
parents 1fe5d900 5553a34d
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@ jobs:
backport:
name: Backport Pull Request
if: github.repository_owner == 'freifunk-gluon' && github.event.pull_request.merged == true && (github.event_name != 'labeled' || startsWith('backport', github.event.label.name))
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Create backport PRs
......
......@@ -16,7 +16,7 @@ env:
jobs:
build-and-push-image:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
permissions: write-all
steps:
- name: Checkout repository
......
......@@ -15,7 +15,7 @@ permissions:
jobs:
build-documentation:
name: docs
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Install Dependencies
......
......@@ -17,7 +17,7 @@ jobs:
permissions:
contents: read # for dorny/paths-filter to fetch a list of changed files
pull-requests: read # for dorny/paths-filter to read pull requests
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
outputs:
targets: ${{ steps.filter.outputs.changes }}
steps:
......@@ -37,7 +37,7 @@ jobs:
matrix:
# Read back changed targets to create build matrix
target: ${{ fromJSON(needs.changed.outputs.targets) }}
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
......
......@@ -9,7 +9,7 @@ permissions:
jobs:
check-ci:
name: Check generated CI
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Install example site
......
......@@ -18,7 +18,7 @@ permissions:
jobs:
check-patches:
name: Check patches
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Refresh patches
......
......@@ -12,7 +12,7 @@ jobs:
permissions:
contents: read # for actions/labeler to determine modified files
pull-requests: write # for actions/labeler to add labels to PRs
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
if: github.repository_owner == 'freifunk-gluon'
steps:
- uses: actions/labeler@v4
......
......@@ -9,7 +9,7 @@ permissions:
jobs:
lua:
name: Lua
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Install Dependencies
......@@ -21,7 +21,7 @@ jobs:
sh:
name: Shell
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Install Dependencies
......@@ -33,7 +33,7 @@ jobs:
editorconfig:
name: Editorconfig
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Install Dependencies
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment