Skip to content

Commit

Permalink
Merge branch 'dev' into fix_launchAtStart
Browse files Browse the repository at this point in the history
  • Loading branch information
tisfeng authored Feb 15, 2024
2 parents 572bc9e + a37871b commit 85d2e51
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 54 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
# - https://gh.io/supported-runners-and-hardware-resources
# - https://gh.io/using-larger-runners
# Consider using larger runners for possible analysis time improvements.
runs-on: ${{ (matrix.language == 'swift' && 'macos-13') || 'ubuntu-latest' }}
runs-on: ${{ (matrix.language == 'swift' && 'macos-14') || 'ubuntu-latest' }}
timeout-minutes: ${{ (matrix.language == 'swift' && 120) || 360 }}
permissions:
actions: read
Expand All @@ -48,7 +48,7 @@ jobs:
if: matrix.language == 'swift'
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '15.1'
xcode-version: '15.2'

- name: Checkout repository
uses: actions/checkout@v4
Expand Down
30 changes: 0 additions & 30 deletions .github/workflows/objective-c-xcode.yml

This file was deleted.

22 changes: 0 additions & 22 deletions .github/workflows/swift.yml

This file was deleted.

0 comments on commit 85d2e51

Please sign in to comment.