Skip to content

Commit 5513e8b

Browse files
Update dependency ubuntu to v24
1 parent 38adccc commit 5513e8b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
build:
11-
runs-on: ubuntu-22.04
11+
runs-on: ubuntu-24.04
1212
strategy:
1313
fail-fast: true
1414
matrix:
@@ -75,7 +75,7 @@ jobs:
7575
path: ./bin/
7676

7777
package:
78-
runs-on: ubuntu-22.04
78+
runs-on: ubuntu-24.04
7979

8080
steps:
8181
- uses: actions/checkout@v4.2.2
@@ -123,7 +123,7 @@ jobs:
123123
permissions:
124124
contents: write
125125

126-
runs-on: ubuntu-22.04
126+
runs-on: ubuntu-24.04
127127

128128
steps:
129129
- uses: actions/download-artifact@v4.1.8

0 commit comments

Comments
 (0)