Skip to content

Commit

Permalink
Update homebrew version and pin to macos-13 workers
Browse files Browse the repository at this point in the history
  • Loading branch information
jschwartzentruber committed Jun 13, 2024
1 parent d5a3d7f commit 560aa20
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/taskcluster-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: taskcluster PR worker
on: [pull_request]
jobs:
osx-tc-worker-pr:
runs-on: macos-latest
runs-on: macos-13
env:
TASKCLUSTER_ACCESS_TOKEN: ${{ secrets.TASKCLUSTER_ACCESS_TOKEN }}
TC_WORKER_ID: "gh-orion-pr-${{ github.run_id }}-${{ github.run_attempt }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/taskcluster-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: taskcluster push worker
on: [push]
jobs:
osx-tc-worker-push:
runs-on: macos-latest
runs-on: macos-13
env:
TASKCLUSTER_ACCESS_TOKEN: ${{ secrets.TASKCLUSTER_ACCESS_TOKEN }}
TC_WORKER_ID: "gh-orion-push-${{ github.run_id }}-${{ github.run_attempt }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/taskcluster-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: taskcluster release worker
on: [release]
jobs:
osx-tc-worker-release:
runs-on: macos-latest
runs-on: macos-13
env:
TASKCLUSTER_ACCESS_TOKEN: ${{ secrets.TASKCLUSTER_ACCESS_TOKEN }}
TC_WORKER_ID: "gh-orion-release-${{ github.run_id }}-${{ github.run_attempt }}"
Expand Down
2 changes: 1 addition & 1 deletion services/ci-py-310-osx/service.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: ci-py-310-osx
type: homebrew
base: https://github.com/Homebrew/brew/archive/refs/tags/4.1.19.tar.gz
base: https://github.com/Homebrew/brew/archive/refs/tags/4.3.5.tar.gz
force_dirty:
- orion-decision
2 changes: 1 addition & 1 deletion services/ci-py-311-osx/service.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: ci-py-311-osx
type: homebrew
base: https://github.com/Homebrew/brew/archive/refs/tags/4.1.19.tar.gz
base: https://github.com/Homebrew/brew/archive/refs/tags/4.3.5.tar.gz
force_dirty:
- orion-decision
2 changes: 1 addition & 1 deletion services/ci-py-312-osx/service.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: ci-py-312-osx
type: homebrew
base: https://github.com/Homebrew/brew/archive/refs/tags/4.1.19.tar.gz
base: https://github.com/Homebrew/brew/archive/refs/tags/4.3.5.tar.gz
force_dirty:
- orion-decision
2 changes: 1 addition & 1 deletion services/ci-py-38-osx/service.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: ci-py-38-osx
type: homebrew
base: https://github.com/Homebrew/brew/archive/refs/tags/4.1.19.tar.gz
base: https://github.com/Homebrew/brew/archive/refs/tags/4.3.5.tar.gz
force_dirty:
- orion-decision
2 changes: 1 addition & 1 deletion services/ci-py-39-osx/service.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: ci-py-39-osx
type: homebrew
base: https://github.com/Homebrew/brew/archive/refs/tags/4.1.19.tar.gz
base: https://github.com/Homebrew/brew/archive/refs/tags/4.3.5.tar.gz
force_dirty:
- orion-decision

0 comments on commit 560aa20

Please sign in to comment.