Skip to content

Commit 5ae9f57

Browse files
committed
Update CI
Signed-off-by: falkTX <falktx@falktx.com>
1 parent 744480a commit 5ae9f57

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.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:

0 commit comments

Comments
 (0)