Skip to content

Commit c7dba15

Browse files
committed
ci: run on ubuntu only
1 parent a6596a1 commit c7dba15

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/ci.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,10 @@ on:
55
- main
66
jobs:
77
tasks:
8-
strategy:
9-
matrix:
10-
os: [ubuntu-latest, macos-latest]
11-
runs-on: ${{ matrix.os }}
8+
runs-on: ubuntu-latest
129
steps:
1310
- uses: actions/checkout@v2
1411
- name: Shutdown Ubuntu MySQL
15-
if: matrix.os == 'ubuntu-latest'
1612
run: |
1713
sudo service mysql stop
1814
sudo apt-get remove --purge mysql-server mysql-client mysql-common -y

0 commit comments

Comments
 (0)