diff options
| author | 2023-06-04 16:11:13 +0200 | |
|---|---|---|
| committer | 2023-06-04 16:17:10 +0200 | |
| commit | 9c638989c371e22174c5a939ab0e2f15a4d7015b (patch) | |
| tree | d02d11beb0d01cae2a8ec423a619da6eaeb56193 /.github | |
| parent | ci: use checkout@v3 (diff) | |
| download | zig-sqlite-9c638989c371e22174c5a939ab0e2f15a4d7015b.tar.gz zig-sqlite-9c638989c371e22174c5a939ab0e2f15a4d7015b.tar.xz zig-sqlite-9c638989c371e22174c5a939ab0e2f15a4d7015b.zip | |
ci: remove redundant run with 22.04
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/main.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index fa42e3b..7723600 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml | |||
| @@ -29,7 +29,7 @@ jobs: | |||
| 29 | strategy: | 29 | strategy: |
| 30 | fail-fast: false | 30 | fail-fast: false |
| 31 | matrix: | 31 | matrix: |
| 32 | os: [ubuntu-latest, ubuntu-22.04, macos-latest, macos-12] | 32 | os: [ubuntu-latest, macos-latest, macos-12] |
| 33 | runs-on: ${{ matrix.os }} | 33 | runs-on: ${{ matrix.os }} |
| 34 | steps: | 34 | steps: |
| 35 | - uses: actions/checkout@v3 | 35 | - uses: actions/checkout@v3 |