Skip to content

Commit

Permalink
use ubuntu-24.04 in actions
Browse files Browse the repository at this point in the history
  • Loading branch information
uturuncoglu committed Jan 17, 2025
1 parent 559ce9c commit 2b832ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/datm_noahmp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ on:

jobs:
set-matrix:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04

outputs:
matrix: ${{ steps.generate.outputs.matrix }}
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
build:
needs: set-matrix

runs-on: ubuntu-latest
runs-on: ubuntu-24.04

strategy:
matrix: ${{ fromJson(needs.set-matrix.outputs.matrix) }}
Expand Down

0 comments on commit 2b832ca

Please sign in to comment.