diff --git a/.github/workflows/FreeBSD-Makefile.yml b/.github/workflows/FreeBSD-Makefile.yml index 1cf039a84f0..bf609d8a513 100644 --- a/.github/workflows/FreeBSD-Makefile.yml +++ b/.github/workflows/FreeBSD-Makefile.yml @@ -10,12 +10,12 @@ jobs: strategy: matrix: include: - - { version: 14.0, deps: sys } - - { version: 14.0, deps: local } - - { version: 14.0, deps: small } - - { version: 13.3, deps: sys } - - { version: 13.3, deps: local } - - { version: 13.3, deps: small } + - { version: '14.0', deps: sys } + - { version: '14.0', deps: local } + - { version: '14.0', deps: small } + - { version: '13.3', deps: sys } + - { version: '13.3', deps: local } + - { version: '13.3', deps: small } concurrency: group: ${{github.ref}}-${{github.workflow}}-${{matrix.version}}-${{matrix.deps}} diff --git a/.github/workflows/NetBSD-Makefile.yml b/.github/workflows/NetBSD-Makefile.yml index f6a194f0282..93d39ee9d5d 100644 --- a/.github/workflows/NetBSD-Makefile.yml +++ b/.github/workflows/NetBSD-Makefile.yml @@ -10,9 +10,9 @@ jobs: strategy: matrix: include: - - { version: 9.3, deps: sys } - - { version: 9.3, deps: local } - - { version: 9.3, deps: small } + - { version: '9.3', deps: sys } + - { version: '9.3', deps: local } + - { version: '9.3', deps: small } concurrency: group: ${{github.ref}}-${{github.workflow}}-${{matrix.version}}-${{matrix.deps}} diff --git a/.github/workflows/OpenBSD-Makefile.yml b/.github/workflows/OpenBSD-Makefile.yml index 27638819019..4d2c8a4a432 100644 --- a/.github/workflows/OpenBSD-Makefile.yml +++ b/.github/workflows/OpenBSD-Makefile.yml @@ -10,9 +10,9 @@ jobs: strategy: matrix: include: - - { version: 7.4, deps: sys } - - { version: 7.4, deps: local } - - { version: 7.4, deps: small } + - { version: '7.4', deps: sys } + - { version: '7.4', deps: local } + - { version: '7.4', deps: small } concurrency: group: ${{github.ref}}-${{github.workflow}}-${{matrix.version}}-${{matrix.deps}} diff --git a/.github/workflows/macOS-Makefile.yml b/.github/workflows/macOS-Makefile.yml index a7dd0963863..ab77c0f83e8 100644 --- a/.github/workflows/macOS-Makefile.yml +++ b/.github/workflows/macOS-Makefile.yml @@ -10,30 +10,30 @@ jobs: strategy: matrix: include: - - { host: macos-14, compiler: 15.2, arch: '' , target: '' , deps: sys, check: true } - - { host: macos-14, compiler: 15.2, arch: arm64 , target: '' , deps: local, check: true } - - { host: macos-14, compiler: 15.2, arch: x64_64, target: '' , deps: local, check: true } - - { host: macos-14, compiler: 15.2, arch: arm64 , target: '' , deps: small, check: true } - - { host: macos-14, compiler: 15.2, arch: x64_64, target: '' , deps: small, check: true } - - { host: macos-14, compiler: 15.2, arch: arm64 , target: 14 , deps: local, check: true } - - { host: macos-14, compiler: 15.2, arch: x64_64, target: 14 , deps: local, check: true } - - { host: macos-14, compiler: 15.2, arch: arm64 , target: 13 , deps: local, check: true } - - { host: macos-14, compiler: 15.2, arch: x64_64, target: 13 , deps: local, check: true } - - { host: macos-14, compiler: 15.2, arch: arm64 , target: 12 , deps: local, check: true } - - { host: macos-14, compiler: 15.2, arch: x64_64, target: 12 , deps: local, check: true } - - { host: macos-14, compiler: 15.2, arch: arm64 , target: 11 , deps: local, check: true } - - { host: macos-14, compiler: 15.2, arch: x64_64, target: 11 , deps: local, check: true } - - { host: macos-14, compiler: 15.2, arch: x64_64, target: 10.15, deps: local, check: true } - - { host: macos-14, compiler: 15.2, arch: x64_64, target: 10.14, deps: local, check: true } - - { host: macos-14, compiler: 15.2, arch: i386 , target: 10.14, deps: local, check: false } - - { host: macos-14, compiler: 15.2, arch: x64_64, target: 10.13, deps: local, check: true } - - { host: macos-14, compiler: 15.2, arch: i386 , target: 10.13, deps: local, check: false } - - { host: macos-13, compiler: 15.2, arch: x64_64, target: 10.13, deps: local, check: true } - - { host: macos-13, compiler: 15.2, arch: i386 , target: 10.13, deps: local, check: false } - - { host: macos-12, compiler: 14.2, arch: x64_64, target: 10.13, deps: local, check: true } - - { host: macos-12, compiler: 14.2, arch: i386 , target: 10.13, deps: local, check: false } - - { host: macos-12, compiler: 14.2, arch: x64_64, target: 10.13, deps: small, check: true } - - { host: macos-12, compiler: 14.2, arch: i386 , target: 10.13, deps: small, check: false } + - { host: macos-14, compiler: '15.2', arch: '' , target: '' , deps: sys, check: true } + - { host: macos-14, compiler: '15.2', arch: arm64 , target: '' , deps: local, check: true } + - { host: macos-14, compiler: '15.2', arch: x64_64, target: '' , deps: local, check: true } + - { host: macos-14, compiler: '15.2', arch: arm64 , target: '' , deps: small, check: true } + - { host: macos-14, compiler: '15.2', arch: x64_64, target: '' , deps: small, check: true } + - { host: macos-14, compiler: '15.2', arch: arm64 , target: 14 , deps: local, check: true } + - { host: macos-14, compiler: '15.2', arch: x64_64, target: 14 , deps: local, check: true } + - { host: macos-14, compiler: '15.2', arch: arm64 , target: 13 , deps: local, check: true } + - { host: macos-14, compiler: '15.2', arch: x64_64, target: 13 , deps: local, check: true } + - { host: macos-14, compiler: '15.2', arch: arm64 , target: 12 , deps: local, check: true } + - { host: macos-14, compiler: '15.2', arch: x64_64, target: 12 , deps: local, check: true } + - { host: macos-14, compiler: '15.2', arch: arm64 , target: 11 , deps: local, check: true } + - { host: macos-14, compiler: '15.2', arch: x64_64, target: 11 , deps: local, check: true } + - { host: macos-14, compiler: '15.2', arch: x64_64, target: 10.15, deps: local, check: true } + - { host: macos-14, compiler: '15.2', arch: x64_64, target: 10.14, deps: local, check: true } + - { host: macos-14, compiler: '15.2', arch: i386 , target: 10.14, deps: local, check: false } + - { host: macos-14, compiler: '15.2', arch: x64_64, target: 10.13, deps: local, check: true } + - { host: macos-14, compiler: '15.2', arch: i386 , target: 10.13, deps: local, check: false } + - { host: macos-13, compiler: '15.2', arch: x64_64, target: 10.13, deps: local, check: true } + - { host: macos-13, compiler: '15.2', arch: i386 , target: 10.13, deps: local, check: false } + - { host: macos-12, compiler: '14.2', arch: x64_64, target: 10.13, deps: local, check: true } + - { host: macos-12, compiler: '14.2', arch: i386 , target: 10.13, deps: local, check: false } + - { host: macos-12, compiler: '14.2', arch: x64_64, target: 10.13, deps: small, check: true } + - { host: macos-12, compiler: '14.2', arch: i386 , target: 10.13, deps: small, check: false } concurrency: group: ${{github.ref}}-${{github.workflow}}-${{matrix.host}}-${{matrix.compiler}}-${{matrix.arch}}-${{matrix.target}}-${{matrix.deps}} cancel-in-progress: true