Skip to content

Commit

Permalink
test mac runner
Browse files Browse the repository at this point in the history
  • Loading branch information
noamApps committed Jun 10, 2024
1 parent e9454e9 commit adafc47
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,30 +5,30 @@ on:

jobs:
build:
runs-on: ubuntu-latest
runs-on: macos-latest-large
permissions:
contents: write
id-token: write
steps:
-
name: Checkout
uses: actions/checkout@v3
-
name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@main
with:
# this might remove tools that are actually needed,
# if set to "true" but frees about 6 GB
tool-cache: false
# -
# name: Free Disk Space (Ubuntu)
# uses: jlumbroso/free-disk-space@main
# with:
# # this might remove tools that are actually needed,
# # if set to "true" but frees about 6 GB
# tool-cache: false

# all of these default to true, but feel free to set to
# "false" if necessary for your workflow
android: true
dotnet: true
haskell: true
large-packages: true
docker-images: true
swap-storage: true
# # all of these default to true, but feel free to set to
# # "false" if necessary for your workflow
# android: true
# dotnet: true
# haskell: true
# large-packages: true
# docker-images: true
# swap-storage: true
-
name: Set up QEMU
uses: docker/setup-qemu-action@v3
Expand Down

0 comments on commit adafc47

Please sign in to comment.