Skip to content

Commit 354e05c

Browse files
committed
Disable language tests for now
1 parent f4156cd commit 354e05c

File tree

4 files changed

+4
-1
lines changed

4 files changed

+4
-1
lines changed

.github/workflows/ci-kotlin.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
pull_request:
77
jobs:
88
build:
9+
if: false
910
name: test
1011
runs-on: ubuntu-latest
1112
steps:

.github/workflows/ci-python.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
pull_request:
77
jobs:
88
build:
9+
if: false
910
name: test
1011
runs-on: ubuntu-latest
1112
steps:

.github/workflows/ci-typescript.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
pull_request:
77
jobs:
88
build:
9+
if: false
910
name: test
1011
runs-on: ubuntu-latest
1112
steps:

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
matrix:
1111
# Disabling windows builds while we fix installing PostgreSQL 16
1212
# os: [ubuntu-22.04, macos-14, windows-2022]
13-
os: [ubuntu-22.04, macos-14]
13+
os: [ubuntu-22.04, macos-15]
1414
cgo: ['1', '0']
1515
# Workaround no native support for conditional matrix items
1616
# https://github.com/orgs/community/discussions/26253#discussioncomment-6745038

0 commit comments

Comments
 (0)