Skip to content

Commit cfebf45

Browse files
committed
github: action: Test fix mac
1 parent d5f21fe commit cfebf45

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/action.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -106,9 +106,9 @@ jobs:
106106
fail-fast: false
107107
matrix:
108108
include:
109-
- platform: 'macos-latest' # for Arm based macs (M1 and above).
109+
- platform: 'macos-13-xlarge' # for Arm based macs (M1 and above).
110110
args: '--target aarch64-apple-darwin'
111-
- platform: 'macos-latest' # for Intel based macs.
111+
- platform: 'macos-13' # for Intel based macs.
112112
args: '--target x86_64-apple-darwin'
113113
- platform: 'ubuntu-22.04' # for Tauri v1 you could replace this with ubuntu-20.04.
114114
args: ''

0 commit comments

Comments
 (0)