We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e46a6e8 commit 0e360c4Copy full SHA for 0e360c4
.github/workflows/check.yml
@@ -8,7 +8,7 @@ on:
8
9
jobs:
10
check:
11
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-24.04
12
strategy:
13
matrix:
14
customDoubleParser: [ 'fast-double-parser', 'none' ]
.github/workflows/cla.yml
@@ -15,7 +15,7 @@ on:
15
16
17
CLAssistant:
18
19
if: ${{ github.repository_owner == 'deephaven' }}
20
steps:
21
- name: 'CLA Assistant'
.github/workflows/publish.yml
@@ -9,7 +9,7 @@ concurrency: publish
- name: Checkout
uses: actions/checkout@v4
0 commit comments