Skip to content

Commit 9d782bc

Browse files
committed
Update hosted runners
1 parent a88bdc6 commit 9d782bc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build_and_release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ jobs:
1616

1717
strategy:
1818
matrix:
19-
os: [ubuntu-20.04, macos-12-xl, macos-latest-xlarge]
19+
os: [ubuntu-latest, macos-latest]
2020

2121
steps:
2222
- name: Free Disk Space (Ubuntu)
23-
if: matrix.os == 'ubuntu-20.04'
23+
if: matrix.os == 'ubuntu-latest'
2424
uses: jlumbroso/free-disk-space@main
2525
with:
2626
tool-cache: true
@@ -43,7 +43,7 @@ jobs:
4343
run: echo "Current release is $VERSION"
4444

4545
- name: Install ninja
46-
if: matrix.os == 'ubuntu-20.04'
46+
if: matrix.os == 'ubuntu-latest'
4747
run: |
4848
sudo apt update
4949
sudo apt-get -y install ninja-build

0 commit comments

Comments
 (0)