Skip to content

Commit

Permalink
fix: downgrade ci build image
Browse files Browse the repository at this point in the history
  • Loading branch information
PhotonQuantum committed Dec 13, 2022
1 parent 6340066 commit 6ff771f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ name: Release
jobs:
release:
name: Release
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
name: Checkout 🛎️
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ name: Test
jobs:
test:
name: Lint and Test
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
name: Checkout 🛎️
Expand Down

0 comments on commit 6ff771f

Please sign in to comment.