Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
fanatid committed Dec 24, 2023
1 parent 3197466 commit 4b0472d
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 @@ -8,7 +8,7 @@ on:
pull_request:
push:
branches:
- 'v1.16'
- 'v1.16-gamma'
workflow_dispatch:

env:
Expand All @@ -18,7 +18,7 @@ jobs:
test:
strategy:
matrix:
os: [ubuntu-20.04, ubuntu-22.04]
os: [ubuntu-latest]
runs-on: ["${{ matrix.os }}"]
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 4b0472d

Please sign in to comment.