Skip to content

Commit

Permalink
fix github action
Browse files Browse the repository at this point in the history
  • Loading branch information
myst729 authored and jim-kirisame committed Oct 14, 2024
1 parent 9b376b3 commit 44e29dd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ on:
jobs:
build:
name: CI
runs-on: ubuntu-latest
runs-on: ubuntu-22.04

steps:
- name: Get source
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
submodules: recursive
- name: Install Tools
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ on:
jobs:
build:
name: Release Firmware
runs-on: ubuntu-latest
runs-on: ubuntu-22.04

steps:
- name: Get source
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
submodules: recursive
- name: Install Tools
Expand Down

0 comments on commit 44e29dd

Please sign in to comment.