Skip to content

Commit

Permalink
fix: move actions back to ubuntu 20
Browse files Browse the repository at this point in the history
  • Loading branch information
SpikeHD committed Jan 29, 2024
1 parent 77cbe09 commit de6487f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
strategy:
fail-fast: false
matrix:
platform: [windows-latest, ubuntu-latest, macos-latest]
platform: [windows-latest, ubuntu-20.04, macos-latest]
feature: ["--no-default-features", "--all-features"]

steps:
Expand Down
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
"source.fixAll.eslint": "explicit"
},
"eslint.validate": [
"javascript"
Expand Down

0 comments on commit de6487f

Please sign in to comment.