Skip to content

Commit

Permalink
set up macos-13 ci job
Browse files Browse the repository at this point in the history
  • Loading branch information
lihaoyi committed Jan 20, 2025
1 parent ee10f29 commit 6891d96
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,11 +84,14 @@ jobs:
# Run these with Mill native launcher as a smoketest
include:
- os: ubuntu-24.04-arm
millargs: example.kotlinlib.__.native.server.test
millargs: example.javalib.__.local.server.test
java-version: 17
- os: macos-latest
millargs: example.scalalib.__.native.server.test
java-version: 11
- os: macos-13
millargs: example.kotlinlib.__.native.server.test
java-version: 11
steps:
- uses: actions/checkout@v4
with: { fetch-depth: 1 }
Expand Down Expand Up @@ -134,10 +137,6 @@ jobs:
millargs: "contrib.__.test"
install-android-sdk: false

- java-version: 17
millargs: "'example.javalib.__.local.server.test'"
install-android-sdk: false

- java-version: 17
millargs: "'example.android.__.local.server.test'"
install-android-sdk: true
Expand Down

0 comments on commit 6891d96

Please sign in to comment.