Skip to content

Commit 2b832ca

Browse files
committed
use ubuntu-24.04 in actions
1 parent 559ce9c commit 2b832ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/datm_noahmp.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ on:
4545

4646
jobs:
4747
set-matrix:
48-
runs-on: ubuntu-latest
48+
runs-on: ubuntu-24.04
4949

5050
outputs:
5151
matrix: ${{ steps.generate.outputs.matrix }}
@@ -88,7 +88,7 @@ jobs:
8888
build:
8989
needs: set-matrix
9090

91-
runs-on: ubuntu-latest
91+
runs-on: ubuntu-24.04
9292

9393
strategy:
9494
matrix: ${{ fromJson(needs.set-matrix.outputs.matrix) }}

0 commit comments

Comments
 (0)