Skip to content

Commit 1c772aa

Browse files
committed
ci: don't use mac runner
1 parent cdda9dd commit 1c772aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
build:
1616
strategy:
1717
matrix:
18-
os: [ubuntu-latest, macos-14]
18+
os: [ubuntu-latest]
1919
runs-on: ${{ matrix.os }}
2020
steps:
2121
- name: Checkout

0 commit comments

Comments
 (0)