File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ jobs:
11
11
strategy :
12
12
fail-fast : false
13
13
matrix :
14
- os : [ubuntu-latest , macos-latest ]
14
+ os : [ubuntu-22.04 , macos-12 ]
15
15
crystal : [latest, nightly]
16
16
include :
17
- - os : windows-latest
17
+ - os : windows-2022
18
18
crystal : nightly
19
19
runs-on : ${{ matrix.os }}
20
20
@@ -47,13 +47,13 @@ jobs:
47
47
sudo apt-get install fossil
48
48
49
49
- name : Install Fossil
50
- if : ${{ matrix.os == 'macos-latest ' }}
50
+ if : ${{ matrix.os == 'macos-12 ' }}
51
51
run : |
52
52
brew update
53
53
brew install fossil
54
54
55
55
- name : Install Fossil
56
- if : ${{ matrix.os == 'windows-latest ' }}
56
+ if : ${{ matrix.os == 'windows-2022 ' }}
57
57
run : choco install fossil
58
58
59
59
- name : Download source
69
69
run : crystal tool format --check src spec
70
70
71
71
docs :
72
- runs-on : ubuntu-latest
72
+ runs-on : ubuntu-22.04
73
73
steps :
74
74
- name : Download source
75
75
uses : actions/checkout@v2
You can’t perform that action at this time.
0 commit comments