Skip to content

Commit

Permalink
ci: Use newer runners for actual release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
varungandhi-src committed Jul 9, 2024
1 parent dccfa7b commit e6e5306
Showing 1 changed file with 1 addition and 1 deletion.
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-20.04', 'macos-12']
platform: ['ubuntu-20.04-16core-graph-team', 'macos-13-xlarge']
config: ['asserts', 'release']
runs-on: ${{ matrix.platform }}
env:
Expand Down

0 comments on commit e6e5306

Please sign in to comment.