Skip to content

Commit

Permalink
<fix> github workflow not working in macos-12
Browse files Browse the repository at this point in the history
  • Loading branch information
BppleMan committed Jan 7, 2025
1 parent d9002f9 commit 2c459a7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/kommand publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,18 @@ permissions:

jobs:
publish:
runs-on: macos-12
runs-on: macos-14
steps:
- uses: actions/checkout@v4

- name: Set up Cargo
uses: actions-rust-lang/[email protected]
with:
toolchain: 1.69.0
toolchain: 1.83.0
target: ${{ matrix.cargo_target }}

- name: Set up just
run: cargo install just --version 1.15.0
run: cargo install just

- name: Set up JDK 17
uses: actions/[email protected]
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/kommand test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
include:
- platform: macos
arch: x64
os: macos-12
os: macos-14
cargo_target: x86_64-apple-darwin
task: macosX64Test
jdk_arch: x64
Expand Down Expand Up @@ -73,11 +73,11 @@ jobs:
- name: Set up Cargo
uses: actions-rust-lang/[email protected]
with:
toolchain: 1.69.0
toolchain: 1.83.0
target: ${{ matrix.cargo_target }}

- name: Set up just
run: cargo install just --version 1.15.0
run: cargo install just

- name: Set up JDK 17
uses: actions/[email protected]
Expand Down

0 comments on commit 2c459a7

Please sign in to comment.