MilesCranmer commited on
Commit
2a3f899
1 Parent(s): 61ab7a6

Fix wofklow os for docs

Browse files
Files changed (1) hide show
  1. .github/workflows/docs.yml +1 -1
.github/workflows/docs.yml CHANGED
@@ -13,7 +13,7 @@ on:
13
 
14
  jobs:
15
  test:
16
- runs-on: ${{ matrix.os }}
17
  defaults:
18
  run:
19
  shell: bash
 
13
 
14
  jobs:
15
  test:
16
+ runs-on: ubuntu-latest
17
  defaults:
18
  run:
19
  shell: bash