Skip to content

Commit 8cb0ecd

Browse files
committed
chore: remove some targets
1 parent 338b347 commit 8cb0ecd

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/continuous-delivery.yml

+9-9
Original file line numberDiff line numberDiff line change
@@ -32,26 +32,26 @@ jobs:
3232
os: ubuntu-22.04
3333
- target: aarch64-unknown-linux-musl
3434
os: ubuntu-22.04
35-
# - target: aarch64-apple-darwin
36-
# os: macos-12
37-
- target: aarch64-pc-windows-msvc
38-
os: windows-2022
35+
- target: aarch64-apple-darwin
36+
os: macos-12
37+
# - target: aarch64-pc-windows-msvc
38+
# os: windows-2022
3939
- target: x86_64-unknown-linux-gnu
4040
os: ubuntu-22.04
4141
- target: x86_64-unknown-linux-musl
4242
os: ubuntu-22.04
4343
- target: x86_64-apple-darwin
4444
os: macos-12
45-
- target: x86_64-pc-windows-msvc
46-
os: windows-2022
47-
- target: x86_64-unknown-freebsd
48-
os: ubuntu-22.04
45+
# - target: x86_64-pc-windows-msvc
46+
# os: windows-2022
47+
# - target: x86_64-unknown-freebsd
48+
# os: ubuntu-22.04
4949
timeout-minutes: 60
5050
steps:
5151
- uses: actions/checkout@v4
5252

5353
# - name: Install dependencies on Linux
54-
# if: startsWith(matrix.os, 'ubuntu')
54+
# if: contains(matrix.os, 'freebsd')
5555
# run: |
5656
# sudo apt-get update
5757
# sudo apt-get install -y libpq-dev libsqlite3-dev

0 commit comments

Comments
 (0)