Skip to content

Commit

Permalink
👷 chore (CI): use ubuntu-22.04 instead of latest
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhykos committed Dec 26, 2024
1 parent 8508068 commit 2bf6b3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deno-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ permissions:

jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04

steps:
- name: Setup repo
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deno.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ permissions:

jobs:
test:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04

steps:
- name: Setup repo
Expand Down

0 comments on commit 2bf6b3b

Please sign in to comment.