Skip to content

Commit

Permalink
ci(macos): Remove unsupported macos 10.15 runners
Browse files Browse the repository at this point in the history
macos 10.15 runners are no longer available.
  • Loading branch information
riddella authored and riddell-stan committed Sep 8, 2023
1 parent d78ab5d commit e1de300
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-20.04, macos-10.15]
os: [ubuntu-20.04]
python-version: ["3.8", "3.9"]
include:
- os: ubuntu-20.04
Expand Down

0 comments on commit e1de300

Please sign in to comment.