Skip to content

Commit 1bb669d

Browse files
committed
chore: github action M1 support
1 parent f4f3c48 commit 1bb669d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
fail-fast: true
4949
max-parallel: 3
5050
matrix:
51-
os: [ ubuntu-latest, macos-latest, windows-latest ]
51+
os: [ ubuntu-latest, macos-latest, macos-14 ]
5252
jdk: [ ea ]
5353
include:
5454
- os: ubuntu-latest

.github/workflows/kotlin-script.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
strategy:
2929
matrix:
30-
os: [ ubuntu-latest, macos-latest, windows-latest ]
30+
os: [ ubuntu-latest, macos-latest, windows-latest, macos-14 ]
3131

3232
steps:
3333
- name: Check out repository

0 commit comments

Comments
 (0)