Skip to content

Commit

Permalink
Update Github Actions (#30)
Browse files Browse the repository at this point in the history
* Update Github Actions

* Update build_single.yml
  • Loading branch information
yijie-yang authored May 7, 2024
1 parent 60b7d27 commit e808f0d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_all_adapters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
build_release:
strategy:
matrix:
runner: [Linux_runner_8_core, macos-latest, macos-14]
runner: [Linux_runner_8_core, macos-latest, macos-13]
python-version: ['3.9', '3.10', '3.11', '3.12']
exclude:
- runner: macos-14
- runner: macos-latest
python-version: '3.9'
runs-on: ${{ matrix.runner }}

Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
tag_name: adapter-v${{ github.event.inputs.package-version }}-${{ steps.date.outputs.date }}

build_macos_arm64_cp39:
runs-on: macos-14
runs-on: macos-latest

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_single.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ on:
options:
- Linux_runner_8_core
- macos-latest
- macos-14
- macos-13

python-version:
description: 'Python Version'
Expand Down

0 comments on commit e808f0d

Please sign in to comment.