We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f35758 commit 5afabd9Copy full SHA for 5afabd9
.github/workflows/ci.yml
@@ -4,7 +4,7 @@ on: pull_request
4
5
jobs:
6
test:
7
- runs-on: ubuntu-latest
+ runs-on: ubuntu-24.04-arm
8
container: swift:latest
9
steps:
10
- uses: actions/checkout@v4
@@ -19,7 +19,7 @@ jobs:
19
FIREBASE_APP_ID: ${{ secrets.FIREBASE_APP_ID }}
20
FIREBASE_STORAGE_BUCKET: ${{ secrets.FIREBASE_STORAGE_BUCKET }}
21
lint:
22
23
24
25
0 commit comments