1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-06 21:41:48 +02:00

Merge pull request #17 from DeterminateSystems/release-v3.1.1/9c446d0c-9d8a-48d5-89d7-eee8bc1fdf33

Release v3.1.1
This commit is contained in:
Cole Helbling 2025-03-28 14:35:02 +00:00 committed by GitHub
commit bfc986b5a6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

View file

@ -40,12 +40,12 @@ jobs:
if: github.event_name == 'merge_group'
uses: ./.github/workflows/build.yml
with:
os: macos-13
os: macos-latest-large
build_aarch64-darwin:
uses: ./.github/workflows/build.yml
with:
os: macos-latest
os: macos-latest-xlarge
test_x86_64-linux:
uses: ./.github/workflows/test.yml
@ -65,14 +65,14 @@ jobs:
uses: ./.github/workflows/test.yml
needs: build_aarch64-darwin
with:
os: macos-13
os: macos-latest-large
test_aarch64-darwin:
if: github.event_name == 'merge_group'
uses: ./.github/workflows/test.yml
needs: build_aarch64-darwin
with:
os: macos-latest
os: macos-latest-xlarge
vm_tests_smoke:
if: github.event_name != 'merge_group'

View file

@ -1 +1 @@
3.1.0
3.1.1