mirror of
https://github.com/erg-lang/erg.git
synced 2025-12-23 05:36:48 +00:00
CI: don't use macos-latest (M1)
This commit is contained in:
parent
4396695ad6
commit
dc9cbf98a7
2 changed files with 5 additions and 4 deletions
5
.github/workflows/main.yml
vendored
5
.github/workflows/main.yml
vendored
|
|
@ -34,7 +34,8 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: [windows-latest, ubuntu-latest, macos-latest]
|
||||
# M1 Mac does not support Python 3.7~3.9
|
||||
os: [windows-latest, ubuntu-latest, macos-13]
|
||||
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11.3']
|
||||
runs-on: ${{ matrix.os }}
|
||||
env:
|
||||
|
|
@ -59,7 +60,7 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: [windows-latest, ubuntu-latest, macos-latest]
|
||||
os: [windows-latest, ubuntu-latest, macos-13, macos-latest]
|
||||
runs-on: ${{ matrix.os }}
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
|
|
|||
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
|
@ -39,9 +39,9 @@ jobs:
|
|||
- target: aarch64-unknown-linux-gnu
|
||||
os: ubuntu-latest
|
||||
- target: x86_64-apple-darwin
|
||||
os: macos-latest
|
||||
os: macos-13
|
||||
- target: aarch64-apple-darwin
|
||||
os: macos-latest
|
||||
os: macos-13
|
||||
- target: x86_64-pc-windows-msvc
|
||||
os: windows-latest
|
||||
- target: i686-pc-windows-msvc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue