Skip to content

Commit 24be581

Browse files
committed
fix: the most ubuntu problem ever to have on GHA
1 parent 1d51b63 commit 24be581

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
build:
99

10-
runs-on: ubuntu-latest
10+
runs-on: ubuntu-22.04
1111

1212
steps:
1313
- uses: actions/checkout@v4

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
jobs:
88
test:
9-
runs-on: ubuntu-latest
9+
runs-on: ubuntu-22.04
1010

1111
strategy:
1212
fail-fast: false
@@ -32,7 +32,7 @@ jobs:
3232
version: "18.1.8"
3333

3434
- name: Install required dependencies
35-
run: sudo apt install libtinfo5
35+
run: sudo apt update && sudo apt install libtinfo5
3636

3737
- uses: actions/cache@v4
3838
with:

0 commit comments

Comments
 (0)