Skip to content

Commit b290b09

Browse files
committed
Update CI
Signed-off-by: falkTX <falktx@falktx.com>
1 parent 401557d commit b290b09

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
matrix:
1515
target: [linux-arm64, linux-armhf, linux-i686, linux-riscv64, linux-x86_64]
16-
runs-on: ubuntu-20.04
16+
runs-on: ubuntu-22.04
1717
steps:
1818
- uses: actions/checkout@v4
1919
with:
@@ -26,7 +26,7 @@ jobs:
2626
strategy:
2727
matrix:
2828
target: [macos-intel, macos-universal]
29-
runs-on: macos-12
29+
runs-on: macos-14
3030
steps:
3131
- uses: actions/checkout@v4
3232
with:
@@ -39,7 +39,7 @@ jobs:
3939
strategy:
4040
matrix:
4141
target: [win32, win64]
42-
runs-on: ubuntu-20.04
42+
runs-on: ubuntu-22.04
4343
steps:
4444
- uses: actions/checkout@v4
4545
with:
@@ -49,7 +49,7 @@ jobs:
4949
target: ${{ matrix.target }}
5050

5151
pluginval:
52-
runs-on: ubuntu-20.04
52+
runs-on: ubuntu-22.04
5353
steps:
5454
- uses: actions/checkout@v4
5555
with:

plugins/3BandEQ/DistrhoPluginInfo.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@
3333
#define DISTRHO_PLUGIN_NUM_OUTPUTS 2
3434
#define DISTRHO_PLUGIN_WANT_PROGRAMS 1
3535

36+
#define DISTRHO_UI_DEFAULT_WIDTH DistrhoArtwork3BandEQ::backgroundWidth
37+
#define DISTRHO_UI_DEFAULT_HEIGHT DistrhoArtwork3BandEQ::backgroundHeight
38+
3639
#define DISTRHO_PLUGIN_CLAP_FEATURES "audio-effect", "equalizer", "stereo"
3740
#define DISTRHO_PLUGIN_LV2_CATEGORY "lv2:EQPlugin"
3841
#define DISTRHO_PLUGIN_VST3_CATEGORIES "Fx|EQ"
3942

40-
#define DISTRHO_UI_DEFAULT_WIDTH DistrhoArtwork3BandEQ::backgroundWidth
41-
#define DISTRHO_UI_DEFAULT_HEIGHT DistrhoArtwork3BandEQ::backgroundHeight
42-
4343
#define DPF_VST3_DONT_USE_BRAND_ID
4444

4545
#endif // DISTRHO_PLUGIN_INFO_H_INCLUDED

0 commit comments

Comments
 (0)