Skip to content

Commit a79f9e8

Browse files
authored
Merge pull request #26 from Dushistov/ios-support
infra/fix: github actions
2 parents 6f81d7e + e278353 commit a79f9e8

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,11 +68,10 @@ jobs:
6868
shell: bash
6969
ios-tests:
7070
name: Check work with iOS
71-
runs-on:
71+
runs-on: macos-latest
7272
strategy:
7373
fail-fast: true
7474
matrix:
75-
os: [macos-latest]
7675
rust: [stable, beta]
7776
env:
7877
RUSTUP_MAX_RETRIES: 10

0 commit comments

Comments
 (0)