diff options
| author | 2022-08-02 23:15:27 +0200 | |
|---|---|---|
| committer | 2022-08-02 23:36:50 +0200 | |
| commit | 32bcc2e306ce223eb1324a753f533bfedfc7d3e3 (patch) | |
| tree | 63d413d368aa19a471af70a05242d439e0367f35 /.github/workflows | |
| parent | ci: test on all Ubuntu's variants (diff) | |
| download | zig-sqlite-32bcc2e306ce223eb1324a753f533bfedfc7d3e3.tar.gz zig-sqlite-32bcc2e306ce223eb1324a753f533bfedfc7d3e3.tar.xz zig-sqlite-32bcc2e306ce223eb1324a753f533bfedfc7d3e3.zip | |
ci: test on macOS 12
Diffstat (limited to '.github/workflows')
| -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 681a926..8b8e4c2 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-18.04, ubuntu-latest, ubuntu-22.04, windows-latest, macos-latest] | 32 | os: [ubuntu-18.04, ubuntu-latest, ubuntu-22.04, windows-latest, macos-latest, macos-12] |
| 33 | runs-on: ${{ matrix.os }} | 33 | runs-on: ${{ matrix.os }} |
| 34 | steps: | 34 | steps: |
| 35 | - uses: actions/checkout@v2 | 35 | - uses: actions/checkout@v2 |