Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
nguerrera committed Oct 28, 2024
1 parent 38a1950 commit dae1f2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
build-and-test:
strategy:
matrix:
os: [windows, ubuntu, macos]
runs-on: ${{matrix.os}}-latest
os: [windows-latest, ubuntu-latest, macos-13]
runs-on: ${{matrix.os}}
steps:
- name: Check out code
uses: actions/checkout@v4
Expand Down

0 comments on commit dae1f2a

Please sign in to comment.