andreped commited on
Commit
8676635
2 Parent(s): ec5c924 fad29a6

Merge pull request #28 from VemundFredriksen/andreped-patch-2

Browse files
Files changed (1) hide show
  1. .github/workflows/build.yml +1 -1
.github/workflows/build.yml CHANGED
@@ -39,7 +39,7 @@ jobs:
39
  runs-on: ${{ matrix.os }}
40
  strategy:
41
  matrix:
42
- os: [windows-2019, ubuntu-20.04, macos-10.15]
43
  python-version: ["3.7", "3.8", "3.9", "3.10"]
44
 
45
  steps:
 
39
  runs-on: ${{ matrix.os }}
40
  strategy:
41
  matrix:
42
+ os: [windows-2019, ubuntu-20.04, macos-11]
43
  python-version: ["3.7", "3.8", "3.9", "3.10"]
44
 
45
  steps: