We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a88bdc6 commit 9d782bcCopy full SHA for 9d782bc
.github/workflows/build_and_release.yml
@@ -16,11 +16,11 @@ jobs:
16
17
strategy:
18
matrix:
19
- os: [ubuntu-20.04, macos-12-xl, macos-latest-xlarge]
+ os: [ubuntu-latest, macos-latest]
20
21
steps:
22
- name: Free Disk Space (Ubuntu)
23
- if: matrix.os == 'ubuntu-20.04'
+ if: matrix.os == 'ubuntu-latest'
24
uses: jlumbroso/free-disk-space@main
25
with:
26
tool-cache: true
@@ -43,7 +43,7 @@ jobs:
43
run: echo "Current release is $VERSION"
44
45
- name: Install ninja
46
47
run: |
48
sudo apt update
49
sudo apt-get -y install ninja-build
0 commit comments