Skip to content

Commit

Permalink
Try Ubuntu 24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
arunsathiya committed May 15, 2024
1 parent e55ca9a commit c19acc5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
diff:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
outputs:
matrix: ${{ steps.set-matrix.outputs.matrix }}
steps:
Expand All @@ -24,7 +24,7 @@ jobs:
test:
needs: diff
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
if: needs.diff.outputs.matrix != '[]'
strategy:
fail-fast: false
Expand All @@ -48,7 +48,7 @@ jobs:
test-main:
if: github.ref == 'refs/heads/main' && github.event_name == 'push'
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
Expand Down

0 comments on commit c19acc5

Please sign in to comment.