Try ubuntu-latest

This commit is contained in:
cte
2025-01-31 16:43:01 -08:00
parent bb3bdf8121
commit 75bf341057

View File

@@ -46,7 +46,7 @@ jobs:
integration-test: integration-test:
strategy: strategy:
matrix: matrix:
os: [macos-latest] # ubuntu-latest, windows-latest os: [macos-latest, ubuntu-latest] # ubuntu-latest, windows-latest
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
steps: steps:
- name: Checkout code - name: Checkout code