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.
2 parents 14b4916 + 44e29dd commit ee7c2d4Copy full SHA for ee7c2d4
.github/workflows/CI.yml
@@ -9,11 +9,11 @@ on:
9
jobs:
10
build:
11
name: CI
12
- runs-on: ubuntu-latest
+ runs-on: ubuntu-22.04
13
14
steps:
15
- name: Get source
16
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
17
with:
18
submodules: recursive
19
- name: Install Tools
.github/workflows/Release.yml
@@ -8,11 +8,11 @@ on:
8
name: Release Firmware
0 commit comments