From a93d95e448827f547746126204b23c37d7eefa46 Mon Sep 17 00:00:00 2001 From: Dilum Aluthge Date: Tue, 16 Jan 2024 00:20:12 -0500 Subject: [PATCH] Job names --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 17cc00225..d00f8f316 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ permissions: contents: read jobs: test: - name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ github.event_name }} + name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }} runs-on: ${{ matrix.os }} strategy: fail-fast: false @@ -23,6 +23,8 @@ jobs: - '1' # automatically expands to the latest stable 1.x release of Julia. os: - ubuntu-latest + arch: # TODO: delete the `arch` + - x64 # TODO: delete the `arch` steps: - name: Determine if PR is from a fork run: |