Skip to content

Commit

Permalink
ci: s/macos-latest/macos-14
Browse files Browse the repository at this point in the history
  • Loading branch information
Boshen committed Feb 1, 2024
1 parent abe0207 commit 2bd72d1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
include:
- os: windows-latest
- os: ubuntu-latest
- os: macos-latest
- os: macos-14
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -209,7 +209,7 @@ jobs:
include:
- os: windows-latest
- os: ubuntu-latest
- os: macos-latest
- os: macos-14
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release_napi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,10 @@ jobs:
- os: ubuntu-latest
target: armv7-unknown-linux-gnueabihf

- os: macos-latest
- os: macos-14
target: x86_64-apple-darwin

- os: macos-latest
- os: macos-14
target: aarch64-apple-darwin

- os: ubuntu-latest
Expand Down

0 comments on commit 2bd72d1

Please # to comment.