Skip to content

Commit

Permalink
mac typo and descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
csett86 authored Aug 4, 2023
1 parent 6452149 commit f6374f8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
build-mac:
name: Build macOS automake x64
name: Build macOS universal
runs-on: macos-11
steps:
- name: download and extract
Expand All @@ -31,11 +31,11 @@ jobs:
- uses: actions/upload-artifact@v3
with:
name: xerces-c-3.2.4-maxos-11-universal.zip
path: xerces-c-3.2.4/dist/xerces-c-3.2.4-maxos-11.universal.zip
path: xerces-c-3.2.4/dist/xerces-c-3.2.4-maxos-11-universal.zip
if-no-files-found: error

build-linux:
name: Build linux automake x64
name: Build linux x64
runs-on: ubuntu-20.04
steps:
- name: download and extract
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
path: xerces-c-3.2.4/dist/xerces-c-3.2.4-linux-x64.zip
if-no-files-found: error
build-msvc:
name: Build Windows msvc 2019 x64
name: Build windows msvc 2019 x64
runs-on: windows-2019
steps:
- name: download and extract
Expand All @@ -87,7 +87,7 @@ jobs:
path: xerces-c-3.2.4-windows-msvc-2019-x64.zip
if-no-files-found: error
build-mingw:
name: Build Windows mingw x64
name: Build windows mingw x64
runs-on: windows-2019
steps:
- name: download and extract
Expand Down

0 comments on commit f6374f8

Please sign in to comment.