mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-15 00:37:03 +05:30
fix(ci): move all workflows to macOS 14 runners
Just for keks™️
This commit is contained in:
parent
17c7313f41
commit
fcca85c51a
3 changed files with 6 additions and 6 deletions
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
|
@ -16,7 +16,7 @@ concurrency:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
check:
|
check:
|
||||||
runs-on: ubuntu-latest
|
runs-on: macos-14
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
|
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
|
||||||
|
@ -48,7 +48,7 @@ jobs:
|
||||||
path: '**/build/reports/tests/**'
|
path: '**/build/reports/tests/**'
|
||||||
|
|
||||||
dependency-review:
|
dependency-review:
|
||||||
runs-on: ubuntu-latest
|
runs-on: macos-14
|
||||||
needs:
|
needs:
|
||||||
- check
|
- check
|
||||||
steps:
|
steps:
|
||||||
|
@ -62,7 +62,7 @@ jobs:
|
||||||
head-ref: ${{ github.ref }}
|
head-ref: ${{ github.ref }}
|
||||||
|
|
||||||
validate-changelog:
|
validate-changelog:
|
||||||
runs-on: ubuntu-latest
|
runs-on: macos-14
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
|
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
|
||||||
|
@ -74,7 +74,7 @@ jobs:
|
||||||
validation_level: error
|
validation_level: error
|
||||||
|
|
||||||
deploy-release-snapshot:
|
deploy-release-snapshot:
|
||||||
runs-on: ubuntu-latest
|
runs-on: macos-14
|
||||||
if: "github.event_name == 'push' && github.event.ref == 'refs/heads/main'"
|
if: "github.event_name == 'push' && github.event.ref == 'refs/heads/main'"
|
||||||
needs:
|
needs:
|
||||||
- check
|
- check
|
||||||
|
|
2
.github/workflows/code_quality_analysis.yml
vendored
2
.github/workflows/code_quality_analysis.yml
vendored
|
@ -20,7 +20,7 @@ permissions:
|
||||||
jobs:
|
jobs:
|
||||||
codeql:
|
codeql:
|
||||||
name: CodeQL
|
name: CodeQL
|
||||||
runs-on: ubuntu-latest
|
runs-on: macos-14
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
|
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
|
||||||
|
|
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -13,7 +13,7 @@ concurrency:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
publish-google-play-release:
|
publish-google-play-release:
|
||||||
runs-on: ubuntu-latest
|
runs-on: macos-14
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
|
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue