Skip to content

Commit b8bc60b

Browse files
committed
chore: update release yml file
1 parent e601172 commit b8bc60b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
jobs:
1111
package:
1212
name: Build and Package
13-
runs-on: ubuntu-24.04
13+
runs-on: ubuntu-22.04
1414

1515
steps:
1616
- uses: actions/checkout@v4
@@ -53,7 +53,7 @@ jobs:
5353

5454
upload-assets:
5555
name: Upload Assets to Release
56-
runs-on: ubuntu-24.04
56+
runs-on: ubuntu-22.04
5757

5858
needs: package
5959

@@ -71,7 +71,7 @@ jobs:
7171

7272
publish-pypi:
7373
name: Publish packages to PyPi
74-
runs-on: ubuntu-24.04
74+
runs-on: ubuntu-22.04
7575

7676
needs: package
7777

0 commit comments

Comments
 (0)