Skip to content

Commit 935cf38

Browse files
authored
Use ubuntu-22.04
1 parent fb91be4 commit 935cf38

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/push-master.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
###########################
1010

1111
HyperSerialPico:
12-
runs-on: ubuntu-latest
12+
runs-on: ubuntu-22.04
1313

1414
steps:
1515
- uses: actions/[email protected]
@@ -136,7 +136,7 @@ jobs:
136136
name: Publish Releases
137137
if: startsWith(github.event.ref, 'refs/tags')
138138
needs: [HyperSerialPico]
139-
runs-on: ubuntu-latest
139+
runs-on: ubuntu-22.04
140140
permissions:
141141
contents: write
142142
steps:
@@ -168,4 +168,4 @@ jobs:
168168
draft: true
169169
prerelease: ${{ env.preRelease }}
170170
env:
171-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
171+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)