2121 strategy :
2222 fail-fast : false
2323 matrix :
24- os : [macos-13 , windows-latest, ubuntu-latest]
24+ os : [macos-15-intel , windows-latest, ubuntu-latest]
2525 steps :
2626 - name : Checkout
2727 uses : actions/checkout@v5
4646 strategy :
4747 fail-fast : false
4848 matrix :
49- os : [macos-13 , windows-latest, ubuntu-latest]
49+ os : [macos-15-intel , windows-latest, ubuntu-latest]
5050 needs : gradle-save
5151 steps :
5252 - name : Checkout
7070 strategy :
7171 fail-fast : false
7272 matrix :
73- os : [macos-13 , windows-latest, ubuntu-latest]
73+ os : [macos-15-intel , windows-latest, ubuntu-latest]
7474 steps :
7575 - name : Checkout
7676 uses : actions/checkout@v5
9393 strategy :
9494 fail-fast : false
9595 matrix :
96- os : [macos-13 , windows-latest, ubuntu-latest]
96+ os : [macos-15-intel , windows-latest, ubuntu-latest]
9797 needs : maven-save
9898 steps :
9999 - name : Checkout
@@ -121,7 +121,7 @@ jobs:
121121 strategy :
122122 fail-fast : false
123123 matrix :
124- os : [macos-13 , windows-latest, ubuntu-22.04]
124+ os : [macos-15-intel , windows-latest, ubuntu-22.04]
125125 steps :
126126 - name : Checkout
127127 uses : actions/checkout@v5
@@ -133,15 +133,15 @@ jobs:
133133 java-version : ' 11'
134134 cache : sbt
135135 - name : Setup SBT
136- if : matrix.os == 'macos-13 '
136+ if : matrix.os == 'macos-15-intel '
137137 run : |
138138 echo ""Installing SBT...""
139139 brew install sbt
140140 - name : Create files to cache
141141 run : sbt update
142142
143143 - name : Check files to cache on macos-latest
144- if : matrix.os == 'macos-13 '
144+ if : matrix.os == 'macos-15-intel '
145145 run : |
146146 if [ ! -d ~/Library/Caches/Coursier ]; then
147147 echo "::error::The ~/Library/Caches/Coursier directory does not exist unexpectedly"
@@ -170,7 +170,7 @@ jobs:
170170 strategy :
171171 fail-fast : false
172172 matrix :
173- os : [macos-13 , windows-latest, ubuntu-22.04]
173+ os : [macos-15-intel , windows-latest, ubuntu-22.04]
174174 needs : sbt-save
175175 steps :
176176 - name : Checkout
@@ -184,7 +184,7 @@ jobs:
184184 cache : sbt
185185
186186 - name : Confirm that ~/Library/Caches/Coursier directory has been made
187- if : matrix.os == 'macos-13 '
187+ if : matrix.os == 'macos-15-intel '
188188 run : |
189189 if [ ! -d ~/Library/Caches/Coursier ]; then
190190 echo "::error::The ~/Library/Caches/Coursier directory does not exist unexpectedly"
0 commit comments