Run jobs on Ubuntu 18.04 instead of latest
This commit is contained in:
parent
457c745c48
commit
d6ef96914a
4
.github/workflows/Build.yml
vendored
4
.github/workflows/Build.yml
vendored
@ -10,7 +10,7 @@ on:
|
||||
|
||||
jobs:
|
||||
PC_Application_Ubuntu:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-18.04
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
|
||||
@ -75,7 +75,7 @@ jobs:
|
||||
path: Software/PC_Application/release
|
||||
|
||||
Embedded_Firmware:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-18.04
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user