Skip to content

Commit 635c753

Browse files
authored
Update perform-release.yml
1 parent 55f08e1 commit 635c753

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/perform-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
jobs:
77

88
test:
9-
runs-on: ubuntu-20.04
9+
runs-on: ubuntu-24.04
1010

1111
steps:
1212
- uses: actions/checkout@v4
@@ -20,7 +20,7 @@ jobs:
2020

2121
perform-release:
2222
needs: test
23-
runs-on: ubuntu-20.04
23+
runs-on: ubuntu-24.04
2424
environment:
2525
name: releases
2626
url: https://repo1.maven.org/maven2/lv/ctco/scm/gradle-mobile-plugin/

0 commit comments

Comments
 (0)