Skip to content

Commit 1c52d57

Browse files
SamWilsndrortirosh
authored andcommitted
Update to ubuntu-24.04 (#1018)
1 parent 66de91e commit 1c52d57

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
save-pr:
1818
name: Save PR Number
1919
runs-on: ubuntu-latest
20-
20+
2121
steps:
2222
- name: Save PR number
2323
env:
@@ -38,7 +38,7 @@ jobs:
3838

3939
htmlproofer:
4040
name: HTMLProofer
41-
runs-on: ubuntu-20.04
41+
runs-on: ubuntu-24.04
4242

4343
steps:
4444
- name: Checkout EIPs
@@ -65,7 +65,7 @@ jobs:
6565
cd $GITHUB_WORKSPACE
6666
rm -rf ERCs
6767
- name: Setup Ruby
68-
uses: ruby/setup-ruby@f26937343756480a8cb3ae1f623b9c8d89ed6984 # v1.196.0
68+
uses: ruby/setup-ruby@fb404b9557c186e349162b0d8efb06e2bc36edea # v1.232.0
6969
with:
7070
ruby-version: '3.1' # Not needed with a .ruby-version file
7171
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
@@ -74,7 +74,7 @@ jobs:
7474
run: bundle exec jekyll build
7575
env:
7676
JEKYLL_ENV: production
77-
77+
7878
- name: Build Website
7979
run: |
8080
bundle exec jekyll doctor
@@ -88,11 +88,11 @@ jobs:
8888
link-check:
8989
name: Link Check
9090
runs-on: ubuntu-latest
91-
91+
9292
steps:
9393
- name: Checkout EIP Repository
9494
uses: actions/checkout@47fbe2df0ad0e27efb67a70beac3555f192b062f
95-
95+
9696
- name: Link Checker
9797
uses: gaurav-nelson/github-action-markdown-link-check@d53a906aa6b22b8979d33bc86170567e619495ec
9898
with:

0 commit comments

Comments
 (0)