Skip to content

Commit 569766f

Browse files
authored
ci: revert runner to Ubuntu 22.04
1 parent b13d739 commit 569766f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@ jobs:
2323
- '14.16'
2424
os:
2525
- macos-latest
26-
- ubuntu-latest
26+
- ubuntu-22.04
2727
- windows-latest
2828
runs-on: "${{ matrix.os }}"
2929
steps:
3030
- name: Install Rosetta
3131
if: ${{ matrix.os == 'macos-latest' && matrix.node-version == '14.16' }}
3232
run: /usr/sbin/softwareupdate --install-rosetta --agree-to-license
3333
- name: Install Linux Dependencies
34-
if: ${{ matrix.os == 'ubuntu-latest' }}
34+
if: ${{ matrix.os == 'ubuntu-22.04' }}
3535
run: sudo apt-get update && sudo apt-get install --no-install-recommends -y libgtk-3-0 libnss3 libxss1 libxtst6 xvfb libgbm-dev
3636
- name: Checkout
3737
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

0 commit comments

Comments
 (0)