Skip to content

Commit

Permalink
chore: use ubuntu 20.04 on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
atlj committed Sep 29, 2023
1 parent f217585 commit 7116652
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/build-templates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
fail-fast: false
matrix:
os:
- ubuntu
- macos
- ubuntu-20.04
- macos-12
type:
- module-legacy
- module-mixed
Expand All @@ -37,9 +37,9 @@ jobs:
- kotlin-objc
- kotlin-swift
exclude:
- os: macos
- os: macos-12
language: kotlin-objc
- os: macos
- os: macos-12
language: kotlin-swift
- type: module-new
language: java-swift
Expand All @@ -58,33 +58,33 @@ jobs:
- type: view-mixed
language: kotlin-swift
include:
- os: ubuntu
- os: ubuntu-20.04
type: library
language: js
- os: ubuntu
- os: ubuntu-20.04
type: module-legacy
language: cpp
- os: ubuntu
- os: ubuntu-20.04
type: module-mixed
language: cpp
- os: ubuntu
- os: ubuntu-20.04
type: module-new
language: cpp
- os: macos
- os: macos-12
type: module-legacy
language: cpp
- os: macos
- os: macos-12
type: module-mixed
language: cpp
- os: macos
- os: macos-12
type: module-new
language: cpp

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-${{ matrix.os }}-${{ matrix.type }}-${{ matrix.language }}
cancel-in-progress: true

runs-on: ${{ matrix.os }}-latest
runs-on: ${{ matrix.os }}

steps:
- name: Checkout
Expand Down

0 comments on commit 7116652

Please sign in to comment.