1
0
Fork 0
mirror of https://github.com/rails/execjs synced 2023-03-27 23:21:20 -04:00

Use macos latest

This commit is contained in:
Jean Boussier 2021-05-07 10:37:30 +02:00
parent 75b69a4e46
commit 8eadf60e7f

View file

@ -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: