Skip to content

Commit

Permalink
build: comment macos-12 preset because it is deprecated in GitHub A…
Browse files Browse the repository at this point in the history
…ctions
  • Loading branch information
iryabov committed Jan 10, 2025
1 parent 7b45140 commit 302d861
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
config:
- {os: ubuntu-latest, preset: linuxX64}
- {os: windows-latest, preset: mingwX64}
- {os: macos-12, preset: macosX64}
# - {os: macos-12, preset: macosX64} deprecated in GitHub Actions
- {os: macos-14, preset: macosArm64}
runs-on: ${{ matrix.config.os }}
steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
config:
- {os: ubuntu-latest, preset: linuxX64}
- {os: windows-latest, preset: mingwX64}
- {os: macos-12, preset: macosX64}
# - {os: macos-12, preset: macosX64} deprecated in GitHub Actions
- {os: macos-14, preset: macosArm64}
runs-on: ${{ matrix.config.os }}
steps:
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
config:
- {os: ubuntu-latest, preset: linuxX64}
- {os: windows-latest, preset: mingwX64}
- {os: macos-12, preset: macosX64}
# - {os: macos-12, preset: macosX64} deprecated in GitHub Actions
- {os: macos-14, preset: macosArm64}
runs-on: ${{ matrix.config.os }}
outputs:
Expand Down

0 comments on commit 302d861

Please sign in to comment.