Skip to content

Commit eeee55f

Browse files
committed
chore: pin ubuntu 20 for RS tests re: typegoose/mongodb-memory-server#732
1 parent 7d1f69a commit eeee55f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/test.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -105,16 +105,14 @@ jobs:
105105
test-replica-sets:
106106
needs:
107107
- test
108-
runs-on: ubuntu-latest
108+
runs-on: ubuntu-20.04
109109
name: Replica Set tests
110110
steps:
111111
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
112112
- name: Setup node
113113
uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0
114114
with:
115115
node-version: 16
116-
- name: Install libcrypto
117-
run: sudo apt-get update && sudo apt-get install -y libssl1.1
118116
- run: npm install
119117
- name: Test
120118
run: npm run test-rs

0 commit comments

Comments
 (0)