Skip to content

Commit 9f064f2

Browse files
committed
fix: we are on tauri 1.5
1 parent 4d66d5e commit 9f064f2

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/test-on-pr.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
strategy:
77
fail-fast: false
88
matrix:
9-
platform: [macos-latest, ubuntu-22.04, windows-latest]
9+
platform: [macos-15, ubuntu-22.04, windows-latest]
1010

1111
runs-on: ${{ matrix.platform }}
1212
timeout-minutes: 60
@@ -18,6 +18,8 @@ jobs:
1818
node-version: 18
1919
- name: install Rust stable
2020
uses: dtolnay/rust-toolchain@stable
21+
with:
22+
toolchain: 1.85.1
2123
- name: install dependencies (ubuntu only)
2224
if: matrix.platform == 'ubuntu-22.04'
2325
run: |
@@ -35,7 +37,7 @@ jobs:
3537
run: xvfb-run ./src-tauri/target/release/phoenix-file-system -q
3638

3739
- name: Run tauri integration tests in macos
38-
if: matrix.platform == 'macos-latest'
40+
if: matrix.platform == 'macos-15'
3941
run: ./src-tauri/target/release/Phoenix\ File\ system -q
4042

4143
- name: Run tauri integration tests in windows

0 commit comments

Comments
 (0)