File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 97
97
98
98
tests-unix :
99
99
name : tests / ${{ matrix.python.key || matrix.python }} / ${{ matrix.os }}
100
- runs-on : ${{ matrix.os }}-latest
100
+ runs-on : ${{ matrix.os }}
101
101
102
102
needs : [packaging, determine-changes]
103
103
if : >-
@@ -107,7 +107,7 @@ jobs:
107
107
strategy :
108
108
fail-fast : true
109
109
matrix :
110
- os : [Ubuntu, MacOS ]
110
+ os : [ubuntu-latest, macos-12 ]
111
111
python :
112
112
- " 3.8"
113
113
- " 3.9"
@@ -123,13 +123,13 @@ jobs:
123
123
allow-prereleases : true
124
124
125
125
- name : Install Ubuntu dependencies
126
- if : matrix.os == 'Ubuntu '
126
+ if : matrix.os == 'ubuntu-latest '
127
127
run : |
128
128
sudo apt-get update
129
129
sudo apt-get install bzr
130
130
131
131
- name : Install MacOS dependencies
132
- if : matrix.os == 'MacOS '
132
+ if : matrix.os == 'macos-12 '
133
133
run : brew install breezy
134
134
135
135
- run : pip install nox
You can’t perform that action at this time.
0 commit comments