Skip to content

Commit

Permalink
try to use more macos runners
Browse files Browse the repository at this point in the history
  • Loading branch information
CamJN committed Jul 27, 2024
1 parent c06cda0 commit b9f74a7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,11 @@ jobs:
strategy:
matrix:
os:
- macos-15
- macos-14
- macos-13
- macos-12
#- macos-11
- macos-11
runs-on: ${{ matrix.os }}
steps:
- name: install deps
Expand Down

0 comments on commit b9f74a7

Please sign in to comment.