Skip to content
This repository has been archived by the owner on Feb 6, 2025. It is now read-only.

Commit

Permalink
fix: use ubuntu-latest runner
Browse files Browse the repository at this point in the history
  • Loading branch information
laugmanuel committed Feb 6, 2025
1 parent 09a5fc3 commit 95e1ebc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
static:
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Ruby
Expand All @@ -20,7 +20,7 @@ jobs:
bundle exec rake check:symlinks check:git_ignore check:dot_underscore check:test_file rubocop syntax lint metadata_lint
spec:
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
needs: static
strategy:
fail-fast: false
Expand Down

0 comments on commit 95e1ebc

Please sign in to comment.