mirror of
https://github.com/ninxsoft/Mist.git
synced 2025-05-19 01:35:24 -04:00
Update GitHub actions
This commit is contained in:
parent
965a239d12
commit
cf4e070fa4
3 changed files with 5 additions and 3 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -9,7 +9,7 @@ on:
|
|||
jobs:
|
||||
build:
|
||||
name: Build
|
||||
runs-on: macos-12
|
||||
runs-on: macos-13
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: swift-actions/setup-swift@v1
|
||||
|
|
3
.github/workflows/linting.yml
vendored
3
.github/workflows/linting.yml
vendored
|
@ -9,9 +9,10 @@ on:
|
|||
jobs:
|
||||
linting:
|
||||
name: Linting
|
||||
runs-on: macos-12
|
||||
runs-on: macos-13
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: swift-actions/setup-swift@v1
|
||||
- name: Print SwiftLint version
|
||||
run: swiftlint --version
|
||||
- name: Run SwiftLint
|
||||
|
|
3
.github/workflows/unit_tests.yml
vendored
3
.github/workflows/unit_tests.yml
vendored
|
@ -9,9 +9,10 @@ on:
|
|||
jobs:
|
||||
unit_tests:
|
||||
name: Unit Tests
|
||||
runs-on: macos-12
|
||||
runs-on: macos-13
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: swift-actions/setup-swift@v1
|
||||
- name: Install Apple Developer Application Certificate
|
||||
env:
|
||||
APPLE_DEVELOPER_CERTIFICATE: ${{ secrets.APPLE_DEVELOPER_CERTIFICATE }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue