We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e14dac commit 636dd2aCopy full SHA for 636dd2a
.github/workflows/wled-ci.yml
@@ -6,7 +6,7 @@ jobs:
6
7
get_default_envs:
8
name: Gather Environments
9
- runs-on: ubuntu-latest
+ runs-on: ubuntu-22.04
10
steps:
11
- uses: actions/checkout@v4
12
- name: Cache pip
@@ -31,7 +31,7 @@ jobs:
31
32
build:
33
name: Builds
34
35
needs: get_default_envs
36
strategy:
37
fail-fast: false
@@ -74,7 +74,7 @@ jobs:
74
path: build_output/release/*.bin
75
release:
76
name: Create Release
77
78
needs: [get_default_envs, build]
79
if: startsWith(github.ref, 'refs/tags/')
80
0 commit comments