Skip to content

Commit 5b51ff4

Browse files
authored
update to ubuntu latest
1 parent 517b5c3 commit 5b51ff4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/push_autogen.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- '**'
77
jobs:
88
update_generator:
9-
runs-on: ubuntu-20.04
9+
runs-on: ubuntu-latest
1010
steps:
1111
- name: Checkout Generator
1212
uses: actions/checkout@v3
@@ -38,4 +38,4 @@ jobs:
3838
else
3939
git commit -m "${{ github.sha }}" -a
4040
git push -q https://github.com/neurostuff/neurostuff-sdk-generator.git ${{ github.ref_name }}
41-
fi
41+
fi

0 commit comments

Comments
 (0)