Skip to content

Commit

Permalink
Trying newer ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
torstees authored Sep 15, 2023
1 parent 5c3937d commit 54c86d7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/continuous_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
validate:
name: Validate Implementation Guide
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
strategy:
matrix:
node-version: [10, 12]
Expand All @@ -25,8 +25,6 @@ jobs:
run: |
sudo apt-get update
sudo apt-get -y install ruby-full build-essential zlib1g-dev
sudo gem update --system
sudo gem install sass-embedded -v 1.63.6
sudo gem install jekyll bundler
- name: Set up Node.js ${{ matrix.node-version }}
Expand Down

0 comments on commit 54c86d7

Please sign in to comment.