Skip to content

Commit

Permalink
chore(CI): bump to ubuntu 22.04 runner
Browse files Browse the repository at this point in the history
  • Loading branch information
zak-cloudnc committed Jan 16, 2024
1 parent b9b5429 commit 2c4c4a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
# Machine environment:
# https://help.github.com/en/articles/software-in-virtual-environments-for-github-actions#ubuntu-1804-lts
# We specify the Node.js version manually below, and use versioned Chrome from Puppeteer.
runs-on: ubuntu-18.04
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@v1
Expand Down

0 comments on commit 2c4c4a0

Please sign in to comment.