We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d66d5e commit 9f064f2Copy full SHA for 9f064f2
1 file changed
.github/workflows/test-on-pr.yml
@@ -6,7 +6,7 @@ jobs:
6
strategy:
7
fail-fast: false
8
matrix:
9
- platform: [macos-latest, ubuntu-22.04, windows-latest]
+ platform: [macos-15, ubuntu-22.04, windows-latest]
10
11
runs-on: ${{ matrix.platform }}
12
timeout-minutes: 60
@@ -18,6 +18,8 @@ jobs:
18
node-version: 18
19
- name: install Rust stable
20
uses: dtolnay/rust-toolchain@stable
21
+ with:
22
+ toolchain: 1.85.1
23
- name: install dependencies (ubuntu only)
24
if: matrix.platform == 'ubuntu-22.04'
25
run: |
@@ -35,7 +37,7 @@ jobs:
35
37
run: xvfb-run ./src-tauri/target/release/phoenix-file-system -q
36
38
39
- name: Run tauri integration tests in macos
- if: matrix.platform == 'macos-latest'
40
+ if: matrix.platform == 'macos-15'
41
run: ./src-tauri/target/release/Phoenix\ File\ system -q
42
43
- name: Run tauri integration tests in windows
0 commit comments