Skip to content

Commit

Permalink
try macos 11 with fixed github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jiakf committed Feb 8, 2024
1 parent 83534b3 commit 36631c6
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- develop
- release/**
- hotfix/**
- feat/dev-2469-fix-github-action
- feat/try-macos-11
tags:
- "*"

Expand All @@ -15,11 +15,7 @@ jobs:
strategy:
matrix:
os:
- macos-10.15
- ubuntu-20.04
- ubuntu-16.04
- ubuntu-18.04
- windows-latest
- macos-11
python:
- 3.7
env:
Expand Down

0 comments on commit 36631c6

Please sign in to comment.