Skip to content

Commit

Permalink
[ci] Updated OS of ci build to ubuntu-24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
nemesifier committed Jul 3, 2024
1 parent a88cef4 commit 241714e
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
@@ -1,6 +1,6 @@
---

name: Ansible OpenWISP2 CI Build
name: Ansible-OpenWISP2 CI Build

on: # yamllint disable-line rule:truthy
push:
Expand All @@ -15,7 +15,7 @@ on: # yamllint disable-line rule:truthy
jobs:
build:
name: Build ${{ matrix.distro }}
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04

strategy:
fail-fast: false
Expand Down

0 comments on commit 241714e

Please sign in to comment.