Skip to content

Commit 44a2330

Browse files
[CI] Pin GHA runner versions (#604)
1 parent da6dcbe commit 44a2330

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
os: [ubuntu-latest, macos-latest]
14+
os: [ubuntu-22.04, macos-12]
1515
crystal: [latest, nightly]
1616
include:
17-
- os: windows-latest
17+
- os: windows-2022
1818
crystal: nightly
1919
runs-on: ${{ matrix.os }}
2020

@@ -47,13 +47,13 @@ jobs:
4747
sudo apt-get install fossil
4848
4949
- name: Install Fossil
50-
if: ${{ matrix.os == 'macos-latest' }}
50+
if: ${{ matrix.os == 'macos-12' }}
5151
run: |
5252
brew update
5353
brew install fossil
5454
5555
- name: Install Fossil
56-
if: ${{ matrix.os == 'windows-latest' }}
56+
if: ${{ matrix.os == 'windows-2022' }}
5757
run: choco install fossil
5858

5959
- name: Download source
@@ -69,7 +69,7 @@ jobs:
6969
run: crystal tool format --check src spec
7070

7171
docs:
72-
runs-on: ubuntu-latest
72+
runs-on: ubuntu-22.04
7373
steps:
7474
- name: Download source
7575
uses: actions/checkout@v2

0 commit comments

Comments
 (0)