Skip to content

Commit

Permalink
update test platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
titusfortner committed Jul 27, 2023
1 parent 5b3dc29 commit bf1ac1e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: [push, pull_request]
jobs:
lint:
name: Linter Tests
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
steps:
- name: Cancel any previous run(s) on new commit push
uses: styfle/cancel-workflow-action@0.7.0
Expand All @@ -26,8 +26,8 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-18.04, macos-10.15, windows-2019]
ruby-version: [2.6, 2.7, '3.0', 3.1, jruby]
os: [ubuntu-latest, macos-latest, windows-latest]
ruby-version: [2.6, 3.2, jruby]
steps:
- uses: actions/checkout@v2
- name: Set up Ruby
Expand Down

0 comments on commit bf1ac1e

Please sign in to comment.