Skip to content

Commit

Permalink
update to ubuntu-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
westlicht committed Nov 13, 2023
1 parent 082bec8 commit 62fee31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
stm32:
name: Hardware Platform (STM32)
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
Expand All @@ -28,7 +28,7 @@ jobs:
files: build/deploy/**/*
sim_linux:
name: Simulator Platform (Linux)
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 62fee31

Please sign in to comment.