Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/actionlint.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Stop actionlint from triggering failures
self-hosted-runner:
labels:
- ubuntu-22.04-32core-graph-team-amd64
- ubuntu-24.04-32core-graph-team-amd64
2 changes: 1 addition & 1 deletion .github/workflows/build_gems.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
name: 'Build gem'
strategy:
matrix:
platform: ['ubuntu-22.04', 'macos-13']
platform: ['ubuntu-24.04', 'macos-14']
config: ['asserts', 'release']
runs-on: ${{ matrix.platform }}
env:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/release-dry-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ jobs:
name: 'Build and upload artifacts'
strategy:
matrix:
# Use macos-14 as macos-13 runner is only offered for x86_64
platform: ['ubuntu-22.04-32core-graph-team-amd64', 'macos-13-xlarge']
platform: ['ubuntu-24.04-32core-graph-team-amd64', 'macos-14-xlarge']
config: ['asserts', 'release']
runs-on: ${{ matrix.platform }}
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
name: 'Build and upload artifacts'
strategy:
matrix:
platform: ['ubuntu-22.04-32core-graph-team-amd64', 'macos-13-xlarge']
platform: ['ubuntu-24.04-32core-graph-team-amd64', 'macos-14-xlarge']
# Keep the platform list in sync with 'Supported Configurations' in README.md
config: ['asserts', 'release']
runs-on: ${{ matrix.platform }}
Expand Down
Loading