Skip to content

Commit ad4bd48

Browse files
committed
Bump Linux container to ubuntu:22.04 to fix DNS and ship clang-14 natively
1 parent 2ff90d0 commit ad4bd48

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ jobs:
1919
fail-fast: false
2020
matrix:
2121
node: [18, 20, 22, 24]
22-
runs-on: ubuntu-22.04
23-
container: ubuntu:20.04
22+
runs-on: ubuntu-latest
23+
container: ubuntu:22.04
2424
steps:
2525
- name: Install Dependencies for Ubuntu
2626
run: apt-get update && apt-get install -y git build-essential clang-14 libssl-dev libkrb5-dev libc++-14-dev libc++abi-14-dev wget python3

0 commit comments

Comments
 (0)