Skip to content

Commit

Permalink
Upgraded build environment from Ubuntu 20.04 to 22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
mauer committed Nov 13, 2023
1 parent 222898b commit 1dddecc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ env:
jobs:
# Build Linux with GCC
build-lin:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
env:
platform: lin
steps:
Expand Down
6 changes: 6 additions & 0 deletions update_local.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
@ECHO OFF
TITLE Update the local copy of XMidiCtrl for testing

ECHO Update local copy of XMidiCtrl

Copy-Item "$pwd\package\XMidiCtrl\win_x64\XMidiCtrl.xpl" -Destination "F:\X-Plane 12\Resources\plugins\XMidiCtrl\win_x64"

0 comments on commit 1dddecc

Please sign in to comment.