Fix CI builds by explicitly requiring ubuntu-22.04
This commit is contained in:
6
.github/workflows/wled-ci.yml
vendored
6
.github/workflows/wled-ci.yml
vendored
@@ -6,7 +6,7 @@ jobs:
|
|||||||
|
|
||||||
get_default_envs:
|
get_default_envs:
|
||||||
name: Gather Environments
|
name: Gather Environments
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-22.04
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Cache pip
|
- name: Cache pip
|
||||||
@@ -31,7 +31,7 @@ jobs:
|
|||||||
|
|
||||||
build:
|
build:
|
||||||
name: Builds
|
name: Builds
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-22.04
|
||||||
needs: get_default_envs
|
needs: get_default_envs
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
@@ -74,7 +74,7 @@ jobs:
|
|||||||
path: build_output/release/*.bin
|
path: build_output/release/*.bin
|
||||||
release:
|
release:
|
||||||
name: Create Release
|
name: Create Release
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-22.04
|
||||||
needs: [get_default_envs, build]
|
needs: [get_default_envs, build]
|
||||||
if: startsWith(github.ref, 'refs/tags/')
|
if: startsWith(github.ref, 'refs/tags/')
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
Reference in New Issue
Block a user