Skip to content

Commit

Permalink
chore: upgrade macos runner
Browse files Browse the repository at this point in the history
  • Loading branch information
Talal Ashraf committed May 30, 2024
1 parent 0e3b7fc commit d21c657
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ jobs:
strategy:
matrix:
os:
# - ubuntu-18.04
- macos-10.15
- macos-13
runs-on: ${{ matrix.os }}
steps:
- name: Checkout code and submodule
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ jobs:
strategy:
matrix:
os:
# - ubuntu-18.04
- macos-10.15
- macos-13
runs-on: ${{ matrix.os }}
steps:
- name: Checkout code and submodule
Expand Down

0 comments on commit d21c657

Please sign in to comment.