Skip to content

Commit

Permalink
change back to macos-latest due to pricing
Browse files Browse the repository at this point in the history
  • Loading branch information
sven-h committed Sep 15, 2024
1 parent 5943744 commit bdbe37a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/java_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,12 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [windows-latest, macos-latest-large, ubuntu-latest]
os: [windows-latest, macos-latest, ubuntu-latest]
java: ['8', '11', '17']
include:
- os: ubuntu-latest
pipcache: ~/.cache/pip
architecture:
- os: macos-latest
pipcache: ~/Library/Caches/pip
- os: windows-latest
Expand Down Expand Up @@ -54,7 +55,7 @@ jobs:
with:
# TODO: the latest pytorch version is only available for 3.9 and not yet in 3.10 - replace it with 3.x if it is available
python-version: '3.11'
architecture: 'x64' # optional x64 or x86. Defaults to x64 if not specified
#architecture: 'x64' # optional x64 or x86. Defaults to x64 if not specified
- name: Install python dependencies
run: pip install -r ./matching-ml/src/main/resources/requirements.txt
- name: Build with Maven
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/java_doclet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [push]

jobs:
build-and-deploy:
runs-on: macos-latest-large
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
with:
Expand Down

0 comments on commit bdbe37a

Please sign in to comment.