Skip to content

Commit

Permalink
Change CI to ubuntu 20.04
Browse files Browse the repository at this point in the history
  • Loading branch information
aman-goel committed Feb 24, 2024
1 parent 2b526eb commit fbbfaa1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build AVR on Ubuntu
name: Build AVR on Ubuntu 20.04

# Controls when the workflow will run
on: [push, pull_request, workflow_dispatch]
Expand All @@ -8,7 +8,7 @@ jobs:
# This workflow contains a single job called "build"
build:
# The type of runner that the job will run on
runs-on: ubuntu-latest
runs-on: ubuntu-20.04

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This workflow will install Python dependencies, run tests and lint with a single version of Python
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions

name: avr (single test)
name: AVR (single test)
on:
workflow_dispatch:
inputs:
Expand All @@ -24,7 +24,7 @@ on:

jobs:
job1:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.7
Expand Down

0 comments on commit fbbfaa1

Please sign in to comment.