aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github/workflows/test.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/test.yml')
-rw-r--r--.github/workflows/test.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 465d642..054aa7f 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -14,7 +14,7 @@ env:
jobs:
local_build:
- runs-on: ubuntu-18.04
+ runs-on: ubuntu-latest
name: Local build
steps:
- name: Checkout
@@ -58,7 +58,7 @@ jobs:
test -d "$JEKYLL_PROJECT_NAME/_site"
test -f "$JEKYLL_PROJECT_NAME/_site/index.html"
docker_build:
- runs-on: ubuntu-18.04
+ runs-on: ubuntu-latest
name: Docker build
steps:
- name: Running as regular user
@@ -114,7 +114,7 @@ jobs:
- name: Stop containers
run: make -f src/Makefile docker/down
docker_root_build:
- runs-on: ubuntu-18.04
+ runs-on: ubuntu-latest
name: Docker build (as root)
steps:
- name: Running as regular user