Skip to content

Commit

Permalink
feat(ci): use macos-15 runner
Browse files Browse the repository at this point in the history
  • Loading branch information
uulm-janbaudisch committed Dec 2, 2024
1 parent 0a4576a commit 9700ea2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
runner: macos-13
- double: aarch64-darwin
system: aarch64-darwin
runner: macos-latest
runner: macos-15
variant:
- flake: ddnnife
artifact: ''
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Kotlin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runner: ubuntu-24.04
- double: aarch64-darwin
jna: darwin-aarch64
runner: macos-latest
runner: macos-15
- double: x86_64-darwin
jna: darwin-x86-64
runner: macos-13
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/Python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ jobs:
matrix:
target:
- double: x86_64-linux
runner: ubuntu-latest
runner: ubuntu-24.04
- double: x86_64-darwin
runner: macos-13
- double: aarch64-darwin
runner: macos-latest
runner: macos-15
runs-on: ${{ matrix.target.runner }}
steps:
- name: Checkout
Expand Down

0 comments on commit 9700ea2

Please sign in to comment.