aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github/workflows
diff options
context:
space:
mode:
authorJohannes Stoelp <johannes.stoelp@gmail.com>2022-08-23 21:47:52 +0200
committerJohannes Stoelp <johannes.stoelp@gmail.com>2022-08-23 21:47:52 +0200
commit6f6fef7bb61712038220a7607447d38689ad6978 (patch)
treeffb17c9ad3649b6c384f97d60b98925ca0208723 /.github/workflows
parentdd53725e3999fa482c67980709bf556567ba49f1 (diff)
downloadnotes-6f6fef7bb61712038220a7607447d38689ad6978.tar.gz
notes-6f6fef7bb61712038220a7607447d38689ad6978.zip
gh: run action on ubuntu latest
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/gh-pages.yml2
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