Skip to content

Commit 68e18fb

Browse files
fix: Upgrade Ubuntu to supported version (#365)
See actions/runner-images#11101 for more details.
1 parent 9459ae7 commit 68e18fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
concurrency:
2424
group: ${{ github.head_ref || github.ref }}
2525
cancel-in-progress: false
26-
runs-on: ubuntu-20.04
26+
runs-on: ubuntu-24.04
2727
steps:
2828
- uses: actions/[email protected]
2929
with:
@@ -40,4 +40,4 @@
4040
with:
4141
node-version: '14'
4242
- run: npm install -g @google/clasp
43-
- run: ./.github/scripts/clasp_push.sh ${{ steps.changed-files.outputs.all_changed_files }}
43+
- run: ./.github/scripts/clasp_push.sh ${{ steps.changed-files.outputs.all_changed_files }}

0 commit comments

Comments
 (0)