Skip to content

Commit

Permalink
CI: Update runner to latest ubuntu (ubuntu-22.04)
Browse files Browse the repository at this point in the history
  • Loading branch information
mklabs authored Jun 30, 2023
1 parent 188af0e commit b8078a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/eleventy_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
build_deploy:
runs-on: ubuntu-18.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@master
- name: Build
Expand All @@ -20,4 +20,4 @@ jobs:
publish_dir: public
publish_branch: gh-pages
external_repository: GASCompanion/GASCompanion.github.io
personal_token: ${{ secrets.ACCESS_TOKEN }}
personal_token: ${{ secrets.ACCESS_TOKEN }}

0 comments on commit b8078a0

Please sign in to comment.