فهرست منبع

Update test workflow to run on multiple operating systems

codecalm 7 ماه پیش
والد
کامیت
0a285384b7
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      .github/workflows/test.yml

+ 1 - 1
.github/workflows/test.yml

@@ -11,7 +11,7 @@ permissions:
 
 jobs:
   test:
-    runs-on: ubuntu-latest
+    runs-on: [ubuntu-latest, window-latest, macos-latest]
     steps:
       - name: Clone repository
         uses: actions/checkout@v4