Skip to content

Commit

Permalink
try to fix CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaudgiuliani committed Aug 30, 2023
1 parent f12ee82 commit eed6ec4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
run: cd android && ./test.sh

build-compose:
runs-on: ubuntu-latest
runs-on: macos-latest
timeout-minutes: 30

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
runs-on: macos-latest
permissions:
actions: read
contents: read
Expand Down

0 comments on commit eed6ec4

Please sign in to comment.