summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Vincent Rischmann2021-08-18 22:37:20 +0200
committerGravatar Vincent Rischmann2021-08-18 22:37:33 +0200
commit2c7fd0132880f887e612f21515e84515f3f39978 (patch)
tree972304fbbe1cf51514c8b68aec0b5bffaa715e4d
parentbuild: handle macos in the test targets (diff)
downloadzig-sqlite-2c7fd0132880f887e612f21515e84515f3f39978.tar.gz
zig-sqlite-2c7fd0132880f887e612f21515e84515f3f39978.tar.xz
zig-sqlite-2c7fd0132880f887e612f21515e84515f3f39978.zip
ci: enable macOS
-rw-r--r--.github/workflows/main.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 587c172..ce03bf2 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, windows-latest] 32 os: [ubuntu-latest, windows-latest, macos-latest]
33 runs-on: ${{ matrix.os }} 33 runs-on: ${{ matrix.os }}
34 steps: 34 steps:
35 - uses: actions/checkout@v2 35 - uses: actions/checkout@v2
@@ -46,7 +46,7 @@ jobs:
46 strategy: 46 strategy:
47 fail-fast: false 47 fail-fast: false
48 matrix: 48 matrix:
49 os: [ubuntu-latest, windows-latest] 49 os: [ubuntu-latest, windows-latest, macos-latest]
50 runs-on: ${{ matrix.os }} 50 runs-on: ${{ matrix.os }}
51 steps: 51 steps:
52 - uses: actions/checkout@v2 52 - uses: actions/checkout@v2