Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: tmp build
Browse files Browse the repository at this point in the history
samypr100 committed Jan 19, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 3c576e7 commit 6319c52
Showing 5 changed files with 7 additions and 28 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@ name: linux

on:
push:
branches: [main]
branches: [tmp-release-artifact-attestations]
pull_request:

concurrency:
@@ -17,7 +17,7 @@ jobs:
if: ${{ needs.generate-matrix.outputs.pythonbuild_changed == 'true' || needs.generate-matrix.outputs.any_builds == 'true' || github.ref == 'refs/heads/main' }}
needs:
- generate-matrix
runs-on: depot-ubuntu-22.04
runs-on: ubuntu-22.04
steps:
- name: Install System Dependencies
run: |
@@ -64,7 +64,7 @@ jobs:
- xcb.cross
- xcb.cross-riscv64
name: ${{ matrix.image }}
runs-on: depot-ubuntu-22.04
runs-on: ubuntu-22.04
permissions:
packages: write
steps:
4 changes: 2 additions & 2 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@ name: macos

on:
push:
branches: [main]
branches: [tmp-release-artifact-attestations]
pull_request:

concurrency:
@@ -17,7 +17,7 @@ jobs:
if: ${{ needs.generate-matrix.outputs.pythonbuild_changed == 'true' || needs.generate-matrix.outputs.any_builds == 'true' || github.ref == 'refs/heads/main' }}
needs:
- generate-matrix
runs-on: depot-macos-latest
runs-on: macos-latest
steps:
- uses: actions/checkout@v4

2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -29,7 +29,7 @@ jobs:
release:
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
runs-on: ubuntu-latest-large
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@ name: windows

on:
push:
branches: [main]
branches: [tmp-release-artifact-attestations]
pull_request:

concurrency:
21 changes: 0 additions & 21 deletions ci-runners.yaml
Original file line number Diff line number Diff line change
@@ -1,21 +1,5 @@
# Describes the runners that the CI system can use

depot-ubuntu-22.04:
arch: x86_64
platform: linux
free: false

# TODO: Enable this runner to perform native builds for aarch64
# depot-ubuntu-22.04-arm:
# arch: aarch64
# platform: linux
# free: false

depot-macos-latest:
arch: x86_64
platform: darwin
free: false

ubuntu-latest:
arch: x86_64
platform: linux
@@ -26,11 +10,6 @@ macos-latest:
platform: darwin
free: true

windows-latest-large:
arch: x86_64
platform: windows
free: false

windows-latest:
arch: x86_64
platform: windows

0 comments on commit 6319c52

Please sign in to comment.