Skip to content

Commit 0cfcb53

Browse files
authored
Update ci.yml (#2)
1 parent 4f35758 commit 0cfcb53

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: pull_request
44

55
jobs:
66
test:
7-
runs-on: ubuntu-latest
7+
runs-on: ubuntu-24.04-arm
88
container: swift:latest
99
steps:
1010
- uses: actions/checkout@v4
@@ -19,7 +19,7 @@ jobs:
1919
FIREBASE_APP_ID: ${{ secrets.FIREBASE_APP_ID }}
2020
FIREBASE_STORAGE_BUCKET: ${{ secrets.FIREBASE_STORAGE_BUCKET }}
2121
lint:
22-
runs-on: ubuntu-latest
22+
runs-on: ubuntu-24.04-arm
2323
container: swift:latest
2424
steps:
2525
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)