summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Vincent Rischmann2023-06-04 16:11:13 +0200
committerGravatar Vincent Rischmann2023-06-04 16:17:10 +0200
commit9c638989c371e22174c5a939ab0e2f15a4d7015b (patch)
treed02d11beb0d01cae2a8ec423a619da6eaeb56193
parentci: use checkout@v3 (diff)
downloadzig-sqlite-9c638989c371e22174c5a939ab0e2f15a4d7015b.tar.gz
zig-sqlite-9c638989c371e22174c5a939ab0e2f15a4d7015b.tar.xz
zig-sqlite-9c638989c371e22174c5a939ab0e2f15a4d7015b.zip
ci: remove redundant run with 22.04
-rw-r--r--.github/workflows/main.yml2
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