Skip to content

Commit

Permalink
🔧 chore(workflows): update runs-on to macos-14 for all GitHub workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
WezSieTato committed May 6, 2024
1 parent b4aba12 commit 0907e7a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
bump_version:
name: Record snapshots for unit & ui tests
runs-on: macos-11
runs-on: macos-14
defaults:
run:
working-directory: BuyPolish
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
bump_version:
name: Deploy
runs-on: macos-11
runs-on: macos-14
defaults:
run:
working-directory: BuyPolish
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/snapshots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: workflow_dispatch
jobs:
record:
name: Record snapshots for unit & ui tests
runs-on: macos-11
runs-on: macos-14
defaults:
run:
working-directory: BuyPolish
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
tests:
name: Lint, unit & ui tests
runs-on: macos-11
runs-on: macos-14
defaults:
run:
working-directory: BuyPolish
Expand Down

0 comments on commit 0907e7a

Please sign in to comment.