Skip to content

Commit

Permalink
chore: all macos workflows on macos 14
Browse files Browse the repository at this point in the history
  • Loading branch information
reez committed Jan 31, 2024
1 parent 794f2bc commit 8c1bb0f
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ assignees: ''

**Build environment**
- BDK tag/commit: <!-- e.g. v0.13.0, 3a07614 -->
- OS+version: <!-- e.g. ubuntu 20.04.01, macOS 12.0.1, windows -->
- OS+version: <!-- e.g. ubuntu 20.04.01, macOS 14.0.0, windows -->
- Rust/Cargo version: <!-- e.g. 1.56.0 -->
- Rust/Cargo target: <!-- e.g. x86_64-apple-darwin, x86_64-unknown-linux-gnu, etc. -->

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/live-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
swift-tests:
name: "Build and test iOS library on macOS"
runs-on: macos-12
runs-on: macos-14
steps:
- name: "Checkout"
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-jvm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [workflow_dispatch]
jobs:
build-macOS-native-libs:
name: "Create M1 and x86_64 native binaries"
runs-on: macos-12
runs-on: macos-14
steps:
- name: "Checkout publishing branch"
uses: actions/checkout@v3
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish-python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:

build-macos-arm64-wheels:
name: "Build macOS arm64 wheel"
runs-on: macos-13
runs-on: macos-14
defaults:
run:
working-directory: bdk-python
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:

build-macos-x86_64-wheels:
name: "Build macOS x86_64 wheel"
runs-on: macos-13
runs-on: macos-14
defaults:
run:
working-directory: bdk-python
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:

build-macos-arm64-wheels:
name: "Build and test macOS arm64 wheels"
runs-on: macos-13
runs-on: macos-14
defaults:
run:
working-directory: bdk-python
Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:

build-macos-x86_64-wheels:
name: "Build and test macOS x86_64 wheels"
runs-on: macos-13
runs-on: macos-14
defaults:
run:
working-directory: bdk-python
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-swift.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
jobs:
build:
name: "Build and test"
runs-on: macos-12
runs-on: macos-14
steps:
- name: "Checkout"
uses: actions/checkout@v3
Expand Down

0 comments on commit 8c1bb0f

Please sign in to comment.