Skip to content

Commit

Permalink
remove unnecessary ci_setup.sh (#350)
Browse files Browse the repository at this point in the history
  • Loading branch information
xuwei-k authored Oct 19, 2023
1 parent f6f985e commit c1743b8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 29 deletions.
12 changes: 2 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ${{matrix.os}}
strategy:
matrix:
os: ["ubuntu-20.04", "macos-latest", "windows-latest"]
os: ["ubuntu-latest", "macos-latest", "windows-latest"]

steps:
- uses: actions/checkout@v1
Expand All @@ -22,10 +22,6 @@ jobs:
~/.ivy2/cache
~/.cache/coursier
key: ${{ runner.os }}-sbt-${{ hashFiles('**/*.sbt') }}
- name: Install tools for Native
if: ${{runner.os != 'Windows' }}
run: |
./ci_setup.sh
- name: Remove native tests (Windows only)
if: ${{ runner.os == 'Windows' }}
run: |
Expand All @@ -46,7 +42,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: ["ubuntu-20.04", "macos-latest", "windows-latest"]
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
scripted-sbt: ["1.2.8", "1.3.13", "project"]

steps:
Expand All @@ -62,10 +58,6 @@ jobs:
~/.ivy2/cache
~/.cache/coursier
key: ${{ runner.os }}-sbt-${{ hashFiles('**/*.sbt') }}
- name: Install tools for Native
if: ${{runner.os != 'Windows' }}
run: |
./ci_setup.sh
- name: Compile and run scripted tests with older version
if: ${{ matrix.scripted-sbt != 'project' }}
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
publish:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Scala caches
Expand Down
18 changes: 0 additions & 18 deletions ci_setup.sh

This file was deleted.

0 comments on commit c1743b8

Please sign in to comment.