Skip to content

Commit

Permalink
fix: the most ubuntu problem ever to have on GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
ishland committed Oct 13, 2024
1 parent 1d51b63 commit 24be581
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
build:

runs-on: ubuntu-latest
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

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

strategy:
fail-fast: false
Expand All @@ -32,7 +32,7 @@ jobs:
version: "18.1.8"

- name: Install required dependencies
run: sudo apt install libtinfo5
run: sudo apt update && sudo apt install libtinfo5

- uses: actions/cache@v4
with:
Expand Down

0 comments on commit 24be581

Please sign in to comment.