Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Bump Linux container to ubuntu:22.04 to fix DNS and ship clang-14 nat…
…ively
  • Loading branch information
dmartin-figma committed May 2, 2026
commit ad4bd4843ade719c3fcb0c3eb6836a371e52fa09
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
fail-fast: false
matrix:
node: [18, 20, 22, 24]
runs-on: ubuntu-22.04
container: ubuntu:20.04
runs-on: ubuntu-latest
container: ubuntu:22.04
steps:
- name: Install Dependencies for Ubuntu
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
Expand Down
Loading