Skip to content

Commit 640788d

Browse files
committed
Fix CI
Signed-off-by: falkTX <[email protected]>
1 parent c8a3661 commit 640788d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/build.yml

Lines changed: 7 additions & 7 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: [linux-arm64, linux-armhf, linux-i686, linux-riscv64, linux-x86_64]
29-
runs-on: ubuntu-20.04
29+
runs-on: ubuntu-22.04
3030
steps:
3131
- uses: actions/checkout@v4
3232
with:
@@ -40,7 +40,7 @@ jobs:
4040
strategy:
4141
matrix:
4242
target: [macos-intel, macos-universal]
43-
runs-on: macos-12
43+
runs-on: macos-13
4444
steps:
4545
- uses: actions/checkout@v4
4646
with:
@@ -53,7 +53,7 @@ jobs:
5353
strategy:
5454
matrix:
5555
target: [macos-intel, macos-universal]
56-
runs-on: macos-12
56+
runs-on: macos-13
5757
steps:
5858
- uses: actions/checkout@v4
5959
with:
@@ -67,7 +67,7 @@ jobs:
6767
strategy:
6868
matrix:
6969
target: [win32, win64]
70-
runs-on: ubuntu-20.04
70+
runs-on: ubuntu-22.04
7171
steps:
7272
- uses: actions/checkout@v4
7373
with:
@@ -80,7 +80,7 @@ jobs:
8080
strategy:
8181
matrix:
8282
target: [win32, win64]
83-
runs-on: ubuntu-20.04
83+
runs-on: ubuntu-22.04
8484
steps:
8585
- uses: actions/checkout@v4
8686
with:
@@ -91,7 +91,7 @@ jobs:
9191
debug: true
9292

9393
pluginval:
94-
runs-on: ubuntu-20.04
94+
runs-on: ubuntu-22.04
9595
steps:
9696
- uses: actions/checkout@v4
9797
with:

0 commit comments

Comments
 (0)