Skip to content

Commit

Permalink
Update dependency ubuntu to v24
Browse files Browse the repository at this point in the history
  • Loading branch information
openvpn-inc-ci committed Jan 16, 2025
1 parent 02f75b6 commit 3c325f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/msbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
checkuncrustify:
name: "Check code style with Uncrustify"
# Ubuntu 22.04 has uncrustify 0.72_f
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Install dependencies
run: sudo apt update && sudo apt install -y uncrustify
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
chost: i686-w64-mingw32

name: "gcc-mingw - ${{matrix.target}}"
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04

env:
MAKEFLAGS: -j3
Expand Down

0 comments on commit 3c325f6

Please sign in to comment.