Skip to content

Commit

Permalink
gh/workflows: Use ubuntu-latest
Browse files Browse the repository at this point in the history
Signed-off-by: Martynas Pumputis <m@lambda.lt>
  • Loading branch information
brb authored and aanm committed Oct 10, 2024
1 parent 2ed349d commit bde4f64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:

build:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332

Expand Down Expand Up @@ -37,7 +37,7 @@ jobs:
path: pwru

test:
runs-on: ubuntu-latest-4cores-16gb
runs-on: ubuntu-latest
name: Test
needs: build
strategy:
Expand Down

0 comments on commit bde4f64

Please sign in to comment.