Skip to content

Commit 85f9b66

Browse files
committed
actions: run publishing workflow on ubuntu-22.04
As a temporary fix for non-existent ubuntu-24.04 builds
1 parent f01f4f0 commit 85f9b66

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publishing.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
scm:
1616
if: github.ref == 'refs/heads/master'
1717

18-
runs-on: ubuntu-latest
18+
runs-on: ubuntu-22.04
1919

2020
steps:
2121
- uses: actions/checkout@v3
@@ -30,7 +30,7 @@ jobs:
3030
# We need to run this job only on tag push.
3131
if: startsWith(github.ref, 'refs/tags/')
3232

33-
runs-on: ubuntu-latest
33+
runs-on: ubuntu-22.04
3434

3535
steps:
3636
- name: Check module version
@@ -41,7 +41,7 @@ jobs:
4141
release:
4242
if: startsWith(github.ref, 'refs/tags')
4343

44-
runs-on: ubuntu-latest
44+
runs-on: ubuntu-22.04
4545

4646
needs: version-check
4747

0 commit comments

Comments
 (0)