Skip to content

Commit 47a0c29

Browse files
committed
Pinned CI runner versions
1 parent cfa9a1c commit 47a0c29

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
test:
1111
strategy:
1212
matrix:
13-
os: [ ubuntu-latest, windows-latest, macos-latest ]
13+
os: [ ubuntu-20.04, macos-11, windows-2019 ]
1414
node: [ 16 ]
1515
runs-on: ${{matrix.os}}
1616
steps:

.github/workflows/snapshot_release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
test:
99
strategy:
1010
matrix:
11-
os: [ ubuntu-latest, windows-latest, macos-latest ]
11+
os: [ ubuntu-20.04, macos-11, windows-2019 ]
1212
runs-on: ${{matrix.os}}
1313
steps:
1414
- name: Set up Git repository
@@ -40,7 +40,7 @@ jobs:
4040
- test
4141
strategy:
4242
matrix:
43-
os: [ ubuntu-latest, windows-latest, macos-latest ]
43+
os: [ ubuntu-20.04, macos-11, windows-2019 ]
4444
runs-on: ${{matrix.os}}
4545
steps:
4646
- name: Set up Git repository

.github/workflows/tagged_release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
test:
99
strategy:
1010
matrix:
11-
os: [ ubuntu-latest, windows-latest, macos-latest ]
11+
os: [ ubuntu-20.04, macos-11, windows-2019 ]
1212
runs-on: ${{matrix.os}}
1313
steps:
1414
- name: Set up Git repository
@@ -40,7 +40,7 @@ jobs:
4040
- test
4141
strategy:
4242
matrix:
43-
os: [ ubuntu-latest, windows-latest, macos-latest ]
43+
os: [ ubuntu-20.04, macos-11, windows-2019 ]
4444
runs-on: ${{matrix.os}}
4545
steps:
4646
- name: Set up Git repository

0 commit comments

Comments
 (0)