Skip to content

Commit 630bbd4

Browse files
committed
Test arm
1 parent 00530ea commit 630bbd4

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/build.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ jobs:
66
strategy:
77
fail-fast: false
88
matrix:
9-
os: [ubuntu-24.04, ubuntu-22.04, macos-15, macos-14, macos-13]
10-
postgres-version: [17, 16, 15, 14, 13]
11-
include:
12-
- os: windows-2025
13-
postgres-version: 17
14-
- os: windows-2022
15-
postgres-version: 14
16-
- os: windows-2019
17-
postgres-version: 14
9+
os: [ubuntu-24.040-arm] #, ubuntu-22.04-arm] #, macos-15, macos-14, macos-13]
10+
postgres-version: [17] #, 16, 15, 14, 13]
11+
# include:
12+
# - os: windows-2025
13+
# postgres-version: 17
14+
# - os: windows-2022
15+
# postgres-version: 14
16+
# - os: windows-2019
17+
# postgres-version: 14
1818
steps:
1919
- uses: actions/checkout@v4
2020
- uses: ./.

0 commit comments

Comments
 (0)