Bump github actions runner
This commit is contained in:
parent
cf8047b4ce
commit
99029ed643
26
.github/workflows/all.yml
vendored
26
.github/workflows/all.yml
vendored
@ -10,7 +10,7 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
lint:
|
lint:
|
||||||
name: Lint
|
name: Lint
|
||||||
runs-on: ubuntu-18.04
|
runs-on: ubuntu-22.04
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
@ -25,7 +25,7 @@ jobs:
|
|||||||
push_translations:
|
push_translations:
|
||||||
name: Push translation sources to Transifex
|
name: Push translation sources to Transifex
|
||||||
if: github.ref == 'refs/heads/master'
|
if: github.ref == 'refs/heads/master'
|
||||||
runs-on: ubuntu-18.04
|
runs-on: ubuntu-22.04
|
||||||
container:
|
container:
|
||||||
image: ubuntu:bionic
|
image: ubuntu:bionic
|
||||||
steps:
|
steps:
|
||||||
@ -91,7 +91,7 @@ jobs:
|
|||||||
|
|
||||||
create_release:
|
create_release:
|
||||||
name: Create GitHub Release
|
name: Create GitHub Release
|
||||||
runs-on: ubuntu-18.04
|
runs-on: ubuntu-22.04
|
||||||
if: github.ref == 'refs/heads/master'
|
if: github.ref == 'refs/heads/master'
|
||||||
needs:
|
needs:
|
||||||
- build_bionic_64
|
- build_bionic_64
|
||||||
@ -126,7 +126,7 @@ jobs:
|
|||||||
|
|
||||||
build_source:
|
build_source:
|
||||||
name: Build source tarball
|
name: Build source tarball
|
||||||
runs-on: ubuntu-18.04
|
runs-on: ubuntu-22.04
|
||||||
container:
|
container:
|
||||||
image: ubuntu:focal
|
image: ubuntu:focal
|
||||||
steps:
|
steps:
|
||||||
@ -186,7 +186,7 @@ jobs:
|
|||||||
|
|
||||||
build_fedora_36:
|
build_fedora_36:
|
||||||
name: Build Fedora 36 RPM
|
name: Build Fedora 36 RPM
|
||||||
runs-on: ubuntu-18.04
|
runs-on: ubuntu-22.04
|
||||||
container:
|
container:
|
||||||
image: fedora:36
|
image: fedora:36
|
||||||
env:
|
env:
|
||||||
@ -258,7 +258,7 @@ jobs:
|
|||||||
|
|
||||||
build_fedora_35:
|
build_fedora_35:
|
||||||
name: Build Fedora 35 RPM
|
name: Build Fedora 35 RPM
|
||||||
runs-on: ubuntu-18.04
|
runs-on: ubuntu-22.04
|
||||||
container:
|
container:
|
||||||
image: fedora:35
|
image: fedora:35
|
||||||
env:
|
env:
|
||||||
@ -330,7 +330,7 @@ jobs:
|
|||||||
|
|
||||||
build_mingw:
|
build_mingw:
|
||||||
name: Build Windows Installer
|
name: Build Windows Installer
|
||||||
runs-on: ubuntu-18.04
|
runs-on: ubuntu-22.04
|
||||||
container:
|
container:
|
||||||
image: eu.gcr.io/clementine-data/mingw-w64:latest
|
image: eu.gcr.io/clementine-data/mingw-w64:latest
|
||||||
env:
|
env:
|
||||||
@ -523,7 +523,7 @@ jobs:
|
|||||||
|
|
||||||
build_stretch_64:
|
build_stretch_64:
|
||||||
name: Build Debian Stretch 64-bit deb
|
name: Build Debian Stretch 64-bit deb
|
||||||
runs-on: ubuntu-18.04
|
runs-on: ubuntu-22.04
|
||||||
container:
|
container:
|
||||||
image: debian:stretch
|
image: debian:stretch
|
||||||
steps:
|
steps:
|
||||||
@ -582,7 +582,7 @@ jobs:
|
|||||||
|
|
||||||
build_bionic_64:
|
build_bionic_64:
|
||||||
name: Build Ubuntu Bionic 64-bit deb
|
name: Build Ubuntu Bionic 64-bit deb
|
||||||
runs-on: ubuntu-18.04
|
runs-on: ubuntu-22.04
|
||||||
container:
|
container:
|
||||||
image: ubuntu:bionic
|
image: ubuntu:bionic
|
||||||
steps:
|
steps:
|
||||||
@ -641,7 +641,7 @@ jobs:
|
|||||||
|
|
||||||
build_bullseye_64:
|
build_bullseye_64:
|
||||||
name: Build Debian Bullseye 64-bit deb
|
name: Build Debian Bullseye 64-bit deb
|
||||||
runs-on: ubuntu-18.04
|
runs-on: ubuntu-22.04
|
||||||
container:
|
container:
|
||||||
image: debian:bullseye
|
image: debian:bullseye
|
||||||
steps:
|
steps:
|
||||||
@ -701,7 +701,7 @@ jobs:
|
|||||||
|
|
||||||
build_buster_64:
|
build_buster_64:
|
||||||
name: Build Debian Buster 64-bit deb
|
name: Build Debian Buster 64-bit deb
|
||||||
runs-on: ubuntu-18.04
|
runs-on: ubuntu-22.04
|
||||||
container:
|
container:
|
||||||
image: debian:buster
|
image: debian:buster
|
||||||
steps:
|
steps:
|
||||||
@ -760,7 +760,7 @@ jobs:
|
|||||||
|
|
||||||
build_focal_64:
|
build_focal_64:
|
||||||
name: Build Ubuntu Focal 64-bit deb
|
name: Build Ubuntu Focal 64-bit deb
|
||||||
runs-on: ubuntu-18.04
|
runs-on: ubuntu-22.04
|
||||||
container:
|
container:
|
||||||
image: ubuntu:focal
|
image: ubuntu:focal
|
||||||
steps:
|
steps:
|
||||||
@ -825,7 +825,7 @@ jobs:
|
|||||||
|
|
||||||
build_jammy_64:
|
build_jammy_64:
|
||||||
name: Build Ubuntu Jammy 64-bit deb
|
name: Build Ubuntu Jammy 64-bit deb
|
||||||
runs-on: ubuntu-18.04
|
runs-on: ubuntu-22.04
|
||||||
container:
|
container:
|
||||||
image: ubuntu:jammy
|
image: ubuntu:jammy
|
||||||
steps:
|
steps:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user