Skip to content

Commit

Permalink
Updated ci.yml to use ubuntu-latest for all jobs.
Browse files Browse the repository at this point in the history
  • Loading branch information
cheeseng committed May 30, 2024
1 parent 4c56953 commit 2c08f1c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
test-scala-2-13:
runs-on: macos-latest
runs-on: ubuntu-latest
strategy:
fail-fast: false
steps:
Expand All @@ -23,7 +23,7 @@ jobs:
- name: Build and Test Scalactic and ScalaTest using Scala 2.13
run: sbt test
test-scala-2-11:
runs-on: macos-latest
runs-on: ubuntu-latest
strategy:
fail-fast: false
steps:
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
- name: Build and Test Scalactic using Scala 3
run: sbt scalacticTestDotty/test
test-scala-js:
runs-on: macos-latest
runs-on: ubuntu-latest
strategy:
fail-fast: false
steps:
Expand All @@ -72,7 +72,7 @@ jobs:
- name: Build and Test Scalactic using Scala-js
run: sbt scalacticTestJS/test
test-scala-native:
runs-on: macos-latest
runs-on: ubuntu-latest
strategy:
fail-fast: false
steps:
Expand All @@ -89,7 +89,7 @@ jobs:
- name: Build and Test Scalactic using Scala-native
run: sbt scalacticTestDottyNative/test
gentests:
runs-on: macos-latest
runs-on: ubuntu-latest
strategy:
fail-fast: false
steps:
Expand Down

0 comments on commit 2c08f1c

Please sign in to comment.