Skip to content

Commit

Permalink
conf: upgrading to macos14 due to deprecation of 11, and trying node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
galkahana committed May 22, 2024
1 parent 70ccea9 commit 9151f4a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-20.04, macos-11, windows-2019]
node: [13.14.0, 14.0.0, 15.7.0, 16.13.1, 17.6.0, 18.8.0, 19.0.0]
os: [ubuntu-20.04, macos-14, windows-2019]
node: [13.14.0, 14.0.0, 15.7.0, 16.13.1, 17.6.0, 18.8.0, 19.0.0, 20.0.0]
architecture: [x64, ia32, arm64]
include:
- python_version: "3.10"
Expand All @@ -54,14 +54,14 @@ jobs:
architecture: arm64
- os: windows-2019
architecture: arm64
- os: macos-11
- os: macos-14
architecture: ia32
- os: ubuntu-20.04
architecture: ia32
- os: macos-11
- os: macos-14
node: 13.14.0
architecture: arm64
- os: macos-11
- os: macos-14
node: 14.0.0
architecture: arm64
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 9151f4a

Please sign in to comment.