Skip to content

Commit e597a86

Browse files
isagedevnoname120
authored andcommitted
Downgrade runners to 22.04 for compatibility
1 parent 6f34818 commit e597a86

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
jobs:
1111
build-linux:
12-
runs-on: ubuntu-24.04
12+
runs-on: ubuntu-22.04
1313
steps:
1414
- uses: actions/checkout@v4
1515
- uses: actions/setup-python@v5
@@ -48,7 +48,7 @@ jobs:
4848
tag: master-linux-v2.${{github.run_number}}
4949
release_name: master-linux-v2.${{github.run_number}}
5050
build-linux-arm64:
51-
runs-on: ubuntu-24.04-arm
51+
runs-on: ubuntu-22.04-arm
5252
steps:
5353
- uses: actions/checkout@v4
5454
- uses: actions/setup-python@v5

0 commit comments

Comments
 (0)