Skip to content

Commit

Permalink
remove "ubuntu-22.04" to speed up
Browse files Browse the repository at this point in the history
  • Loading branch information
neil committed Dec 25, 2024
1 parent 549a64e commit 428c769
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/tpl/test.tpl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
strategy:
matrix:
release: [ {{TEST_RELEASES}}, ""]
runs: [ "ubuntu-22.04", "ubuntu-24.04"]
runs: [ "ubuntu-24.04"]
runs-on: ${{ matrix.runs }}
name: sshfs {{VM_NAME}}
env:
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
strategy:
matrix:
release: [ {{TEST_RELEASES}}, ""]
runs: [ "ubuntu-22.04", "ubuntu-24.04"]
runs: [ "ubuntu-24.04"]
runs-on: ${{ matrix.runs }}
name: nfs {{VM_NAME}}
env:
Expand Down Expand Up @@ -146,7 +146,7 @@ jobs:
strategy:
matrix:
release: [ {{TEST_RELEASES}}, ""]
runs: [ "ubuntu-22.04", "ubuntu-24.04"]
runs: [ "ubuntu-24.04"]
runs-on: ${{ matrix.runs }}
name: {{VM_NAME}}
env:
Expand Down

0 comments on commit 428c769

Please sign in to comment.