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 9b376b3 commit 44e29ddCopy full SHA for 44e29dd
.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