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 37
37
architecture : aarch64
38
38
- os : ubuntu-latest
39
39
architecture : x86
40
- - os : macos-15-inte
40
+ - os : macos-15-intel
41
41
architecture : aarch64
42
- - os : macos-15-inte
42
+ - os : macos-15-intel
43
43
architecture : x86
44
44
- os : macos-latest
45
45
architecture : aarch64
@@ -68,22 +68,22 @@ jobs:
68
68
steps :
69
69
- uses : actions/checkout@master
70
70
71
- - name : Setup python
71
+ - name : Setup Python ${{ matrix. python }}
72
72
uses : actions/setup-python@v6
73
73
with :
74
74
python-version : ${{ matrix.python }}
75
75
architecture : ${{ matrix.architecture == 'aarch64' && 'arm64' || matrix.architecture }}
76
76
allow-prereleases : true
77
77
78
- - name : Setup java
78
+ - name : Setup Java ${{ matrix. java }}
79
79
uses : actions/setup-java@v5
80
80
with :
81
81
java-version : ${{ matrix.java }}
82
82
distribution : ' temurin'
83
83
architecture : ${{ matrix.architecture }}
84
84
85
85
- name : (macOS) Setup test dependencies
86
- if : matrix .os == 'macos-latest' || matrix.os == 'macos-15-intel '
86
+ if : runner .os == 'macOS '
87
87
run : brew install ant
88
88
89
89
- name : Build test classes via ant
You can’t perform that action at this time.
0 commit comments