@@ -968,7 +968,7 @@ jobs:
968
968
needs :changes
969
969
# We always build the dylibs on Go changes to verify we're not merging unbuildable code,
970
970
# but they need only be signed and uploaded on coder/coder main.
971
- if : needs.changes.outputs.go == ' true' || needs.changes.outputs.ci == 'true' || github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/heads/release/')
971
+ id : true
972
972
runs-on :${{ github.repository_owner == 'coder' && 'depot-macos-latest' || 'macos-latest' }}
973
973
steps :
974
974
# Harden Runner doesn't work on macOS
@@ -996,7 +996,7 @@ jobs:
996
996
uses :./.github/actions/setup-go
997
997
998
998
-name :Install rcodesign
999
- if :${{ github.repository_owner == 'coder' && github.ref == 'refs/heads/main' }}
999
+ if :true
1000
1000
run :|
1001
1001
set -euo pipefail
1002
1002
wget -O /tmp/rcodesign.tar.gz https://github.com/indygreg/apple-platform-rs/releases/download/apple-codesign%2F0.22.0/apple-codesign-0.22.0-macos-universal.tar.gz
@@ -1033,7 +1033,7 @@ jobs:
1033
1033
AC_CERTIFICATE_PASSWORD_FILE :/tmp/apple_cert_password.txt
1034
1034
1035
1035
-name :Upload build artifacts
1036
- if :${{ github.repository_owner == 'coder' && github.ref == 'refs/heads/main' }}
1036
+ if :true
1037
1037
uses :actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
1038
1038
with :
1039
1039
name :dylibs