diff options
author | Johannes Stoelp <johannes.stoelp@gmail.com> | 2022-08-23 21:47:52 +0200 |
---|---|---|
committer | Johannes Stoelp <johannes.stoelp@gmail.com> | 2022-08-23 21:47:52 +0200 |
commit | 6f6fef7bb61712038220a7607447d38689ad6978 (patch) | |
tree | ffb17c9ad3649b6c384f97d60b98925ca0208723 /.github/workflows | |
parent | dd53725e3999fa482c67980709bf556567ba49f1 (diff) | |
download | notes-6f6fef7bb61712038220a7607447d38689ad6978.tar.gz notes-6f6fef7bb61712038220a7607447d38689ad6978.zip |
gh: run action on ubuntu latest
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/gh-pages.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 986daa1..ede1903 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -7,7 +7,7 @@ on: jobs: deploy: - runs-on: ubuntu-18.04 + runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 |