diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 00b6d0b432..247cb268e9 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -31,7 +31,7 @@ concurrency: jobs: static: name: Nix - Linux static - runs-on: ubuntu-24.04 + runs-on: ubuntu-24.04-arm steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Setup Nix Environment @@ -44,7 +44,7 @@ jobs: - name: Save built executable as artifact uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0 with: - name: postgrest-linux-static-x64 + name: postgrest-linux-static-aarch64 path: result/bin/postgrest if-no-files-found: error @@ -53,7 +53,7 @@ jobs: - name: Save built Docker image as artifact uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0 with: - name: postgrest-docker-x64 + name: postgrest-docker-aarch64 path: postgrest-docker.tar.gz if-no-files-found: error @@ -88,7 +88,7 @@ jobs: matrix: include: - name: Linux - runs-on: ubuntu-22.04 + runs-on: ubuntu-22.04-arm cache: | ~/.stack/pantry ~/.stack/snapshots @@ -177,7 +177,7 @@ jobs: ghc: ['9.6.6', '9.8.2'] fail-fast: false name: Cabal - Linux GHC ${{ matrix.ghc }} - runs-on: ubuntu-24.04 + runs-on: ubuntu-24.04-arm steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - uses: haskell-actions/setup@f5975f0810e252c045abd64a590c955a63f848db # v2.7.8 diff --git a/.github/workflows/check.yaml b/.github/workflows/check.yaml index 733d6b0daf..8a86f8b166 100644 --- a/.github/workflows/check.yaml +++ b/.github/workflows/check.yaml @@ -18,7 +18,7 @@ concurrency: jobs: lint-style: name: Lint & Style - runs-on: ubuntu-24.04 + runs-on: ubuntu-24.04-arm steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Setup Nix Environment diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index 62e9ff74f9..dd3b5ca184 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -25,7 +25,7 @@ concurrency: jobs: build: name: Build - runs-on: ubuntu-24.04 + runs-on: ubuntu-24.04-arm steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Setup Nix Environment @@ -39,7 +39,7 @@ jobs: spellcheck: name: Spellcheck - runs-on: ubuntu-24.04 + runs-on: ubuntu-24.04-arm steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Setup Nix Environment diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 03e087529f..84b7afa04b 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -32,7 +32,7 @@ concurrency: jobs: coverage: name: Coverage - runs-on: ubuntu-24.04 + runs-on: ubuntu-24.04-arm defaults: run: # Hack for enabling color output, see: @@ -69,7 +69,7 @@ jobs: matrix: pgVersion: [12, 13, 14, 15, 16, 17] name: PG ${{ matrix.pgVersion }} - runs-on: ubuntu-24.04 + runs-on: ubuntu-24.04-arm defaults: run: # Hack for enabling color output, see: @@ -98,7 +98,7 @@ jobs: memory: name: Memory - runs-on: ubuntu-24.04 + runs-on: ubuntu-24.04-arm steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Setup Nix Environment @@ -112,7 +112,7 @@ jobs: loadtest: name: Loadtest - runs-on: ubuntu-24.04 + runs-on: ubuntu-24.04-arm steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: