Skip to content

Commit 9635beb

Browse files
committed
try macos-latest
1 parent 9e1eb27 commit 9635beb

3 files changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
jobs:
1111
test:
12-
runs-on: ubuntu-22.04
12+
runs-on: macos-latest
1313
steps:
1414
- uses: actions/checkout@v4
1515
with:

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ on:
88
jobs:
99
deploy:
1010
name: Docs Deploy
11-
runs-on: ubuntu-22.04
11+
runs-on: macos-latest
1212
steps:
1313
- uses: actions/checkout@v4
1414
with:
1515
fetch-depth: 0
1616
- uses: actions/setup-java@v4
1717
with:
18-
distribution: 'temurin'
18+
distribution: 'zulu'
1919
java-version: 24
2020
- name: Build
2121
run: |

build.mill

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,6 @@ object ssr extends ScalaModule {
124124
ivy"org.wildfly.common:wildfly-common:1.7.0.Final",
125125
ivy"org.seleniumhq.selenium:selenium-chrome-driver:4.34.0",
126126
ivy"org.seleniumhq.selenium:selenium-support:4.34.0",
127-
ivy"org.seleniumhq.selenium:selenium-devtools-v138:4.34.0",
128127
ivy"org.slf4j:slf4j-api:2.0.17"
129128
)
130129
object test extends ScalaTests with TestModule.Munit {

0 commit comments

Comments
 (0)