mirror of
https://github.com/rails/execjs
synced 2023-03-27 23:21:20 -04:00
Use macos latest
This commit is contained in:
parent
75b69a4e46
commit
8eadf60e7f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -7,7 +7,7 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: [ubuntu-latest, macos]
|
||||
os: [ubuntu-latest, macos-latest]
|
||||
ruby: [ '3.0', '2.7', '2.6', '2.5' ]
|
||||
runs-on: ${{ matrix.os }}
|
||||
steps:
|
||||
|
|
Loading…
Reference in a new issue